mirror of https://github.com/kubernetes/kops.git
Update pkg/apis/kops/networking.go
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
b3505030c3
commit
1698069ae2
|
|
@ -3146,7 +3146,7 @@ spec:
|
||||||
external:
|
external:
|
||||||
description: ExternalNetworkingSpec is the specification for networking
|
description: ExternalNetworkingSpec is the specification for networking
|
||||||
that is implemented by a user-provided Daemonset that uses the
|
that is implemented by a user-provided Daemonset that uses the
|
||||||
kubelet networking plugin.
|
Kubenet kubelet networking plugin.
|
||||||
type: object
|
type: object
|
||||||
flannel:
|
flannel:
|
||||||
description: FlannelNetworkingSpec declares that we want Flannel
|
description: FlannelNetworkingSpec declares that we want Flannel
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ type ClassicNetworkingSpec struct {
|
||||||
type KubenetNetworkingSpec struct {
|
type KubenetNetworkingSpec struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ExternalNetworkingSpec is the specification for networking that is implemented by a user-provided Daemonset that uses the kubelet networking plugin.
|
// ExternalNetworkingSpec is the specification for networking that is implemented by a user-provided Daemonset that uses the Kubenet kubelet networking plugin.
|
||||||
type ExternalNetworkingSpec struct {
|
type ExternalNetworkingSpec struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ type ClassicNetworkingSpec struct {
|
||||||
type KubenetNetworkingSpec struct {
|
type KubenetNetworkingSpec struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ExternalNetworkingSpec is the specification for networking that is implemented by a user-provided Daemonset that uses the kubelet networking plugin.
|
// ExternalNetworkingSpec is the specification for networking that is implemented by a user-provided Daemonset that uses the Kubenet kubelet networking plugin.
|
||||||
type ExternalNetworkingSpec struct {
|
type ExternalNetworkingSpec struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue