mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #95924 from khenidak/tombstone-ipfamily
tombstone-ing IPFamily field(15)
This commit is contained in:
commit
451e4030c1
@ -4142,6 +4142,9 @@ type ServiceSpec struct {
|
|||||||
// +optional
|
// +optional
|
||||||
SessionAffinityConfig *SessionAffinityConfig `json:"sessionAffinityConfig,omitempty" protobuf:"bytes,14,opt,name=sessionAffinityConfig"`
|
SessionAffinityConfig *SessionAffinityConfig `json:"sessionAffinityConfig,omitempty" protobuf:"bytes,14,opt,name=sessionAffinityConfig"`
|
||||||
|
|
||||||
|
// IPFamily is tombstoned to show why 15 is a reserved protobuf tag.
|
||||||
|
// IPFamily *IPFamily `json:"ipFamily,omitempty" protobuf:"bytes,15,opt,name=ipFamily,Configcasttype=IPFamily"`
|
||||||
|
|
||||||
// IPFamilies identifies all the IPFamilies assigned for this Service. If a value
|
// IPFamilies identifies all the IPFamilies assigned for this Service. If a value
|
||||||
// was not provided for IPFamilies it will be defaulted based on the cluster
|
// was not provided for IPFamilies it will be defaulted based on the cluster
|
||||||
// configuration and the value of service.spec.ipFamilyPolicy. A maximum of two
|
// configuration and the value of service.spec.ipFamilyPolicy. A maximum of two
|
||||||
|
Loading…
Reference in New Issue
Block a user