Skip to content

Commit

Permalink
Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jul 4, 2024
1 parent 00a8725 commit 3e1cd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/v1beta2/manifest_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type ManifestSpec struct {

// ManagedResources specifies a list of resources which are managed
// manually by the user. The resources have the following format: <group>/<version>/<kind>.
// +optional
ManagedResources []string `json:"managedResources,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion docs/technical-reference/api/manifest-cr.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The resource is the default data that should be initialized for the module and i
### **.spec.managedResources**

The managedResources are the resources which are managed manually by the user. They are represented by the `group/version/kind` format.
If the module is managed and gets deleted from the Kyma CR, module resources remain undeleted until all custom resources with GVK listed in the spec.managedResources are removed manually by the user.
If the module is managed and gets deleted from the Kyma CR, module deletion is suspended until all custom resources with GVK listed in the spec.managedResources are removed manually by the user.
```yaml
spec:
managedResources:
Expand Down

0 comments on commit 3e1cd49

Please sign in to comment.