mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-26 23:17:34 +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
|
||||
type:
|
||||
scalar: numeric
|
||||
elementRelationship: atomic
|
||||
- name: io.k8s.api.networking.v1alpha1.IPAddress
|
||||
map:
|
||||
fields:
|
||||
|
Loading…
Reference in New Issue
Block a user