apiserver: use canonical egress selection names in EgressSelectorConfiguration API docs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> Kubernetes-commit: e4b45d944d54c239e1ad40af17221420f349c4f8
This commit is contained in:
parent
48a554c31a
commit
5f8147ed4e
|
|
@ -62,8 +62,8 @@ type EgressSelectorConfiguration struct {
|
|||
// EgressSelection provides the configuration for a single egress selection client.
|
||||
type EgressSelection struct {
|
||||
// Name is the name of the egress selection.
|
||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
||||
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||
Name string
|
||||
|
||||
// Connection is the exact information used to configure the egress selection
|
||||
|
|
|
|||
|
|
@ -62,8 +62,8 @@ type EgressSelectorConfiguration struct {
|
|||
// EgressSelection provides the configuration for a single egress selection client.
|
||||
type EgressSelection struct {
|
||||
// name is the name of the egress selection.
|
||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
||||
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||
Name string `json:"name"`
|
||||
|
||||
// connection is the exact information used to configure the egress selection
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ type EgressSelectorConfiguration struct {
|
|||
// EgressSelection provides the configuration for a single egress selection client.
|
||||
type EgressSelection struct {
|
||||
// name is the name of the egress selection.
|
||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
||||
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||
Name string `json:"name"`
|
||||
|
||||
// connection is the exact information used to configure the egress selection
|
||||
|
|
|
|||
Loading…
Reference in New Issue