mirror of https://github.com/kubernetes/kops.git
Update pkg/apis/kops/v1alpha2/networking.go
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
parent
eebb605c9c
commit
30a2ec7d4d
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue