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="self.mode == 'CustomDeployment' ? has(self.customDeployment) : !has(self.customDeployment)",message="customDeployment is required when mode is CustomDeployment and forbidden otherwise"
245
256
typeHTTP01ChallengeProxySpecstruct {
246
257
// mode controls whether the HTTP01 challenge proxy is active and how it should be deployed.
247
258
// DefaultDeployment enables the proxy with default configuration.
248
259
// CustomDeployment enables the proxy with user-specified configuration.
0 commit comments