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
Copy file name to clipboardExpand all lines: api/v1alpha1/envoyproxy_types.go
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ type EnvoyProxy struct {
35
35
}
36
36
37
37
// EnvoyProxySpec defines the desired state of EnvoyProxy.
38
+
// +kubebuilder:validation:XValidation:rule="!has(self.luaStrictValidation) || !has(self.luaValidation) || self.luaValidation == 'Strict'",message="luaStrictValidation can only be set when luaValidation is Strict"
38
39
typeEnvoyProxySpecstruct {
39
40
// Provider defines the desired resource provider and provider-specific configuration.
40
41
// If unspecified, the "Kubernetes" resource provider is used with default configuration
0 commit comments