Skip to content

Commit d58e1ad

Browse files
committed
adding listType=atomic to excludeSubnets
1 parent 71b7e64 commit d58e1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/v1/types_stable.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ type SubnetsWithExclusions struct {
199199
// The subnets in this list must be subnetworks of the subnets in the subnets list.
200200
// +kubebuilder:validation:MaxItems=25
201201
// +optional
202+
// +listType=atomic
202203
ExcludeSubnets []CIDR `json:"excludeSubnets,omitempty"`
203204
}
204205

0 commit comments

Comments
 (0)