mirror of https://github.com/kubernetes/kops.git
Fix golint issue caused by typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
parent
c771b7622e
commit
f67c9daa96
|
|
@ -3731,8 +3731,8 @@ spec:
|
|||
networking
|
||||
type: object
|
||||
lyftvpc:
|
||||
description: LyftIpVlanNetworkingSpec declares that we want to
|
||||
use the cni-ipvlan-vpc-k8s CNI networking
|
||||
description: LyftVPCNetworkingSpec declares that we want to use
|
||||
the cni-ipvlan-vpc-k8s CNI networking
|
||||
properties:
|
||||
subnetTags:
|
||||
additionalProperties:
|
||||
|
|
|
|||
|
|
@ -505,7 +505,7 @@ type HubbleSpec struct {
|
|||
Metrics []string `json:"metrics,omitempty"`
|
||||
}
|
||||
|
||||
// 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