Remove invalid merge key
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -15774,9 +15774,7 @@
|
||||
"properties": {
|
||||
"key": {
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.",
|
||||
|
@@ -8547,9 +8547,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -978,9 +978,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -1085,9 +1085,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -5540,9 +5540,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -1330,9 +1330,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -4714,9 +4714,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -1275,9 +1275,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -730,9 +730,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -987,9 +987,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
@@ -2419,9 +2419,7 @@
|
||||
"key": {
|
||||
"default": "",
|
||||
"description": "key is the label key that the selector applies to.",
|
||||
"type": "string",
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge"
|
||||
"type": "string"
|
||||
},
|
||||
"operator": {
|
||||
"default": "",
|
||||
|
6
pkg/generated/openapi/zz_generated.openapi.go
generated
6
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -48756,12 +48756,6 @@ func schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref common.ReferenceCallba
|
||||
Type: []string{"object"},
|
||||
Properties: map[string]spec.Schema{
|
||||
"key": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge",
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "key is the label key that the selector applies to.",
|
||||
Default: "",
|
||||
|
@@ -4714,12 +4714,6 @@ func schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref common.ReferenceCallba
|
||||
Type: []string{"object"},
|
||||
Properties: map[string]spec.Schema{
|
||||
"key": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge",
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "key is the label key that the selector applies to.",
|
||||
Default: "",
|
||||
|
@@ -425,8 +425,6 @@ message LabelSelector {
|
||||
// relates the key and values.
|
||||
message LabelSelectorRequirement {
|
||||
// key is the label key that the selector applies to.
|
||||
// +patchMergeKey=key
|
||||
// +patchStrategy=merge
|
||||
optional string key = 1;
|
||||
|
||||
// operator represents a key's relationship to a set of values.
|
||||
|
@@ -1207,9 +1207,7 @@ type LabelSelector struct {
|
||||
// relates the key and values.
|
||||
type LabelSelectorRequirement struct {
|
||||
// key is the label key that the selector applies to.
|
||||
// +patchMergeKey=key
|
||||
// +patchStrategy=merge
|
||||
Key string `json:"key" patchStrategy:"merge" patchMergeKey:"key" protobuf:"bytes,1,opt,name=key"`
|
||||
Key string `json:"key" protobuf:"bytes,1,opt,name=key"`
|
||||
// operator represents a key's relationship to a set of values.
|
||||
// Valid operators are In, NotIn, Exists and DoesNotExist.
|
||||
Operator LabelSelectorOperator `json:"operator" protobuf:"bytes,2,opt,name=operator,casttype=LabelSelectorOperator"`
|
||||
|
@@ -1011,12 +1011,6 @@ func schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref common.ReferenceCallba
|
||||
Type: []string{"object"},
|
||||
Properties: map[string]spec.Schema{
|
||||
"key": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge",
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "key is the label key that the selector applies to.",
|
||||
Default: "",
|
||||
|
@@ -1014,12 +1014,6 @@ func schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref common.ReferenceCallba
|
||||
Type: []string{"object"},
|
||||
Properties: map[string]spec.Schema{
|
||||
"key": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge",
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "key is the label key that the selector applies to.",
|
||||
Default: "",
|
||||
|
@@ -1012,12 +1012,6 @@ func schema_pkg_apis_meta_v1_LabelSelectorRequirement(ref common.ReferenceCallba
|
||||
Type: []string{"object"},
|
||||
Properties: map[string]spec.Schema{
|
||||
"key": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
"x-kubernetes-patch-merge-key": "key",
|
||||
"x-kubernetes-patch-strategy": "merge",
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "key is the label key that the selector applies to.",
|
||||
Default: "",
|
||||
|
Reference in New Issue
Block a user