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.expirationDays) && has(self.gracePeriodDays)) || self.gracePeriodDays < self.expirationDays",message="gracePeriodDays must be smaller than expirationDays"
@@ -913,6 +919,25 @@ type ServiceAppCredSection struct {
913
919
// +kubebuilder:validation:Optional
914
920
// Whether the AC should be unrestricted
915
921
Unrestricted*bool`json:"unrestricted,omitempty"`
922
+
923
+
// AccessRules lets the service override either the global rules
0 commit comments