From 0395b3839bb0801b733a452a6d29d8c3451503dc Mon Sep 17 00:00:00 2001 From: Nesma Badr Date: Mon, 8 Jul 2024 12:27:02 +0200 Subject: [PATCH] Update manifest_types.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Małgorzata Świeca --- api/v1beta2/manifest_types.go | 2 +- config/crd/bases/operator.kyma-project.io_manifests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v1beta2/manifest_types.go b/api/v1beta2/manifest_types.go index a8f0485c51..e8fd1e6e31 100644 --- a/api/v1beta2/manifest_types.go +++ b/api/v1beta2/manifest_types.go @@ -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: //. + // by Lifecycle Manager. The resources have the following format: //. // +optional AssociatedResources []string `json:"associatedResources,omitempty"` } diff --git a/config/crd/bases/operator.kyma-project.io_manifests.yaml b/config/crd/bases/operator.kyma-project.io_manifests.yaml index d866be8855..146c8df820 100644 --- a/config/crd/bases/operator.kyma-project.io_manifests.yaml +++ b/config/crd/bases/operator.kyma-project.io_manifests.yaml @@ -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: //. + by Lifecycle Manager. The resources have the following format: //. items: type: string type: array @@ -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: //. + by Lifecycle Manager. The resources have the following format: //. items: type: string type: array