Merge pull request #95924 from khenidak/tombstone-ipfamily

tombstone-ing IPFamily field(15)
This commit is contained in:
Kubernetes Prow Robot 2020-10-27 16:36:19 -07:00 committed by GitHub
commit 451e4030c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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