Update pkg/apis/kops/v1alpha2/networking.go

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
Ole Markus With 2020-05-21 15:39:56 +02:00 committed by Ole Markus With
parent eebb605c9c
commit 30a2ec7d4d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ type NetworkingSpec struct {
GCE *GCENetworkingSpec `json:"gce,omitempty"`
}
// ClassicNetworkingSpec is the specification of classic networking mode, integrated into kubernetes
// ClassicNetworkingSpec is the specification of classic networking mode, integrated into kubernetes.
// Support been removed since kops 1.4.
type ClassicNetworkingSpec struct {
}