diff --git a/pkg/apis/kops/networking.go b/pkg/apis/kops/networking.go index 507f087333..3c4fea2c4c 100644 --- a/pkg/apis/kops/networking.go +++ b/pkg/apis/kops/networking.go @@ -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"` }