Skip to content

Commit

Permalink
Update manifest_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Małgorzata Świeca <[email protected]>
  • Loading branch information
nesmabadr and mmitoraj committed Jul 8, 2024
1 parent 7724afb commit 0395b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta2/manifest_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type ManifestSpec struct {
Resource *unstructured.Unstructured `json:"resource,omitempty"`

// AssociatedResources specifies a list of resources which are not managed
// by the lifecycle manager. The resources have the following format: <group>/<version>/<kind>.
// by Lifecycle Manager. The resources have the following format: <group>/<version>/<kind>.
// +optional
AssociatedResources []string `json:"associatedResources,omitempty"`
}
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/operator.kyma-project.io_manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
associatedResources:
description: |-
AssociatedResources specifies a list of resources which are not managed
by the lifecycle manager. The resources have the following format: <group>/<version>/<kind>.
by Lifecycle Manager. The resources have the following format: <group>/<version>/<kind>.
items:
type: string
type: array
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
associatedResources:
description: |-
AssociatedResources specifies a list of resources which are not managed
by the lifecycle manager. The resources have the following format: <group>/<version>/<kind>.
by Lifecycle Manager. The resources have the following format: <group>/<version>/<kind>.
items:
type: string
type: array
Expand Down

0 comments on commit 0395b38

Please sign in to comment.