From ae2210324cc6bf98439b3c63c7b21e846679f0b3 Mon Sep 17 00:00:00 2001 From: "Khaled (Kal) Henidak" Date: Tue, 27 Oct 2020 17:55:03 +0000 Subject: [PATCH] tombstone-ing IPFamily field(15) --- staging/src/k8s.io/api/core/v1/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/staging/src/k8s.io/api/core/v1/types.go b/staging/src/k8s.io/api/core/v1/types.go index bd67349d957..1e21f17328c 100644 --- a/staging/src/k8s.io/api/core/v1/types.go +++ b/staging/src/k8s.io/api/core/v1/types.go @@ -4142,6 +4142,9 @@ type ServiceSpec struct { // +optional 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 // 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