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
|
networking
|
||||||
type: object
|
type: object
|
||||||
lyftvpc:
|
lyftvpc:
|
||||||
description: LyftIpVlanNetworkingSpec declares that we want to
|
description: LyftVPCNetworkingSpec declares that we want to use
|
||||||
use the cni-ipvlan-vpc-k8s CNI networking
|
the cni-ipvlan-vpc-k8s CNI networking
|
||||||
properties:
|
properties:
|
||||||
subnetTags:
|
subnetTags:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
|
|
@ -505,7 +505,7 @@ type HubbleSpec struct {
|
||||||
Metrics []string `json:"metrics,omitempty"`
|
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 {
|
type LyftVPCNetworkingSpec struct {
|
||||||
SubnetTags map[string]string `json:"subnetTags,omitempty"`
|
SubnetTags map[string]string `json:"subnetTags,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue