diff --git a/apis/management.cattle.io/v3/schema_types.go b/apis/management.cattle.io/v3/schema_types.go index 46004b04..e4f88046 100644 --- a/apis/management.cattle.io/v3/schema_types.go +++ b/apis/management.cattle.io/v3/schema_types.go @@ -54,10 +54,10 @@ type Field struct { } type Values struct { - StringValue string `json:"stringValue,omitempty"` - IntValue int `json:"intValue,omitempty"` - BoolValue bool `json:"boolValue,omitempty"` - StringSliceValue []string `json:"stringSliceValue,omitempty"` + StringValue string `json:"stringValue"` + IntValue int `json:"intValue"` + BoolValue bool `json:"boolValue"` + StringSliceValue []string `json:"stringSliceValue"` } type Action struct {