We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be25c commit 2f1f1e7Copy full SHA for 2f1f1e7
api/v1alpha1/operandconfig_types.go
@@ -108,7 +108,7 @@ type MatchExpression struct {
108
Operator ExpressionOperator `json:"operator"`
109
// Values is the values of the field.
110
// +optional
111
- Values []string `json:"values"`
+ Values []string `json:"values,omitempty"`
112
// ObjectRef is the reference of the object.
113
114
ObjectRef *ObjectRef `json:"objectRef,omitempty"`
0 commit comments