Fix golint issue caused by typo

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
Guangwen Feng 2021-04-15 15:27:06 +08:00
parent c771b7622e
commit f67c9daa96
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"`
}