mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
apiserver: use canonical egress selection names in EgressSelectorConfiguration API docs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
This commit is contained in:
parent
5a09325864
commit
e4b45d944d
@ -62,8 +62,8 @@ type EgressSelectorConfiguration struct {
|
|||||||
// EgressSelection provides the configuration for a single egress selection client.
|
// EgressSelection provides the configuration for a single egress selection client.
|
||||||
type EgressSelection struct {
|
type EgressSelection struct {
|
||||||
// Name is the name of the egress selection.
|
// Name is the name of the egress selection.
|
||||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||||
Name string
|
Name string
|
||||||
|
|
||||||
// Connection is the exact information used to configure the egress selection
|
// 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.
|
// EgressSelection provides the configuration for a single egress selection client.
|
||||||
type EgressSelection struct {
|
type EgressSelection struct {
|
||||||
// name is the name of the egress selection.
|
// name is the name of the egress selection.
|
||||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
|
||||||
// connection is the exact information used to configure the egress selection
|
// 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.
|
// EgressSelection provides the configuration for a single egress selection client.
|
||||||
type EgressSelection struct {
|
type EgressSelection struct {
|
||||||
// name is the name of the egress selection.
|
// name is the name of the egress selection.
|
||||||
// Currently supported values are "ControlPlane", "Master", "Etcd" and "Cluster"
|
// Currently supported values are "controlplane", "master", "etcd" and "cluster"
|
||||||
// The "Master" egress selector is deprecated in favor of "ControlPlane"
|
// The "master" egress selector is deprecated in favor of "controlplane"
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
|
||||||
// connection is the exact information used to configure the egress selection
|
// connection is the exact information used to configure the egress selection
|
||||||
|
Loading…
Reference in New Issue
Block a user