mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-28 16:07:29 +00:00
Make ServiceBackendPort an atomic struct
This allows different actors to force ownership of it without having to explicitly unset the other field. Kubernetes-commit: 7313990f61881c676c1f5d68365144a1d77cced3
This commit is contained in:
parent
80707e5e44
commit
cd892da09f
@ -11003,6 +11003,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: number
|
- name: number
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
|
elementRelationship: atomic
|
||||||
- name: io.k8s.api.networking.v1alpha1.IPAddress
|
- name: io.k8s.api.networking.v1alpha1.IPAddress
|
||||||
map:
|
map:
|
||||||
fields:
|
fields:
|
||||||
|
Loading…
Reference in New Issue
Block a user