mirror of https://github.com/kubernetes/kops.git
Merge pull request #8590 from fenggw-fnst/work
Fix typo in comment for struct LyftVPCNetworkingSpec
This commit is contained in:
commit
145963fb09
|
|
@ -271,7 +271,7 @@ type CiliumNetworkingSpec struct {
|
||||||
CniBinPath string `json:"cniBinPath"`
|
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 {
|
type LyftVPCNetworkingSpec struct {
|
||||||
SubnetTags map[string]string `json:"subnetTags,omitempty"`
|
SubnetTags map[string]string `json:"subnetTags,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue