mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
tombstone-ing IPFamily field(15)
This commit is contained in:
parent
3d6026499b
commit
ae2210324c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user