From 971f192ba584293aea0601fa9bb0ac369003e79f Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Thu, 17 Oct 2024 20:42:07 +0000 Subject: [PATCH] update comment Signed-off-by: Manabu McCloskey --- api/v1alpha1/localbuild_types.go | 2 +- pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/v1alpha1/localbuild_types.go b/api/v1alpha1/localbuild_types.go index 2f1415ee..62d53ba6 100644 --- a/api/v1alpha1/localbuild_types.go +++ b/api/v1alpha1/localbuild_types.go @@ -45,7 +45,7 @@ type PackageConfigsSpec struct { CorePackageCustomization map[string]PackageCustomization `json:"packageCustomization,omitempty"` } -// BuildCustomizationSpec fields cannot change once +// BuildCustomizationSpec fields cannot change once a cluster is created type BuildCustomizationSpec struct { Protocol string `json:"protocol,omitempty"` Host string `json:"host,omitempty"` diff --git a/pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml b/pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml index 2187ebcb..ab98210f 100644 --- a/pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml +++ b/pkg/controllers/resources/idpbuilder.cnoe.io_localbuilds.yaml @@ -38,7 +38,8 @@ spec: spec: properties: buildCustomization: - description: BuildCustomizationSpec fields cannot change once + description: BuildCustomizationSpec fields cannot change once a cluster + is created properties: host: type: string