Update pkg/apis/kops/networking.go

Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
Ole Markus With 2020-05-23 08:02:06 +02:00 committed by Ole Markus With
parent b3505030c3
commit 1698069ae2
3 changed files with 3 additions and 3 deletions

View File

@ -3146,7 +3146,7 @@ spec:
external:
description: ExternalNetworkingSpec is the specification for networking
that is implemented by a user-provided Daemonset that uses the
kubelet networking plugin.
Kubenet kubelet networking plugin.
type: object
flannel:
description: FlannelNetworkingSpec declares that we want Flannel

View File

@ -46,7 +46,7 @@ type ClassicNetworkingSpec 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 {
}

View File

@ -46,7 +46,7 @@ type ClassicNetworkingSpec 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 {
}