You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// +kubebuilder:validation:XValidation:rule="!has(self.status.prefixBlockCIDRLength) || self.spec.subnetAllocationMode != 'PrefixBlock' || self.status.prefixBlockCIDRLength == 28",message="prefixBlockCIDRLength must be 28 when subnetAllocationMode is PrefixBlock"
18
+
// +kubebuilder:validation:XValidation:rule="!has(self.status.prefixBlockCIDRLength) || self.spec.subnetAllocationMode != 'Single' || self.status.prefixBlockCIDRLength == 0",message="prefixBlockCIDRLength must be 0 when subnetAllocationMode is Single"
0 commit comments