Skip to content

Commit

Permalink
breaking change
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Nov 13, 2024
1 parent 8032db8 commit 3e47ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/clusterextension_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ type CatalogSource struct {
//
// When this field is omitted, the default value is "CatalogProvided".
//
// +kubebuilder:validation:Enum:=CatalogProvided;SelfCertified
// +kubebuilder:validation:Enum:=CatalogProvided;SelfCertified;FooBar
// +kubebuilder:default:=CatalogProvided
// +optional
UpgradeConstraintPolicy UpgradeConstraintPolicy `json:"upgradeConstraintPolicy,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ spec:
enum:
- CatalogProvided
- SelfCertified
- FooBar
type: string
version:
description: |-
Expand Down

0 comments on commit 3e47ad9

Please sign in to comment.