mirror of https://github.com/kubernetes/kops.git
Fix typo in comment for struct LyftVPCNetworkingSpec
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
parent
e9550a99bf
commit
ea6dd4e0f3
|
@ -272,7 +272,7 @@ type CiliumNetworkingSpec struct {
|
|||
CniBinPath string `json:"cniBinPath"`
|
||||
}
|
||||
|
||||
// LyftIpVlanNetworkingSpec declares that we want to use the cni-ipvlan-vpc-k8s CNI networking
|
||||
// LyftVPCNetworkingSpec declares that we want to use the cni-ipvlan-vpc-k8s CNI networking.
|
||||
type LyftVPCNetworkingSpec struct {
|
||||
SubnetTags map[string]string `json:"subnetTags,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue