mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-28 07:57:20 +00:00
Make selectors atomic
Ensure that all label selectors are treated as atomic values, to exclude situations when selectors are being corrupted by different actors attempting to apply their overlapping definition for this field with server-side-apply. Kubernetes-commit: d8a7764b6396b90313ae7bd50a845f4da4705d67
This commit is contained in:
parent
c71768cb91
commit
11ceec1b24
@ -5290,6 +5290,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: overhead
|
- name: overhead
|
||||||
type:
|
type:
|
||||||
map:
|
map:
|
||||||
@ -5673,6 +5674,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: template
|
- name: template
|
||||||
type:
|
type:
|
||||||
namedType: io.k8s.api.core.v1.PodTemplateSpec
|
namedType: io.k8s.api.core.v1.PodTemplateSpec
|
||||||
@ -6195,6 +6197,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: sessionAffinity
|
- name: sessionAffinity
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
@ -8859,6 +8862,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: tolerations
|
- name: tolerations
|
||||||
type:
|
type:
|
||||||
list:
|
list:
|
||||||
@ -8911,6 +8915,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: tolerations
|
- name: tolerations
|
||||||
type:
|
type:
|
||||||
list:
|
list:
|
||||||
@ -8956,6 +8961,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
map:
|
map:
|
||||||
elementType:
|
elementType:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
elementRelationship: atomic
|
||||||
- name: tolerations
|
- name: tolerations
|
||||||
type:
|
type:
|
||||||
list:
|
list:
|
||||||
|
Loading…
Reference in New Issue
Block a user