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
// +k8s:validation:cel[0]:message="optionalFields can only be set when optionalMode is 'CUSTOM', and must be set when optionalMode is 'CUSTOM'"
40
42
// +optional
41
43
Logging*LoggingConfig`json:"logging,omitempty"`
42
44
}
@@ -57,7 +59,6 @@ type L4LBConfigList struct {
57
59
}
58
60
59
61
// LoggingConfig defines the parameters for LB logging.
60
-
// +kubebuilder:validation:XValidation:rule="has(self.optionalFields) && size(self.optionalFields) > 0 ? self.optionalMode == 'CUSTOM' : true",message="optionalFields can only be set when optionalMode is 'CUSTOM'"
61
62
// +k8s:openapi-gen=true
62
63
typeLoggingConfigstruct {
63
64
// Enabled allows toggling of Cloud Logging.
@@ -66,14 +67,15 @@ type LoggingConfig struct {
66
67
67
68
// SampleRate is the percentage of flows to log, from 0 to 1000000.
0 commit comments