Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey committed Oct 17, 2024
1 parent 4cd0257 commit 971f192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/localbuild_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 971f192

Please sign in to comment.