File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ type SubnetsResolver interface {
99
99
// Discovery candidate includes all subnets within the clusterVPC. Additionally,
100
100
// * for internet-facing Load Balancer, "kubernetes.io/role/elb" tag must be present.
101
101
// * for internal Load Balancer, "kubernetes.io/role/internal-elb" tag must be present.
102
- // * if SubnetClusterTagCheck is enabled, subnets within the clusterVPC must contain no cluster tag at all
102
+ // * if SubnetsClusterTagCheck is enabled, subnets within the clusterVPC must contain no cluster tag at all
103
103
// or contain the "kubernetes.io/cluster/<cluster_name>" tag for the current cluster
104
104
// If multiple subnets are found for specific AZ, one subnet is chosen based on the lexical order of subnetID.
105
105
ResolveViaDiscovery (ctx context.Context , opts ... SubnetsResolveOption ) ([]* ec2sdk.Subnet , error )
You can’t perform that action at this time.
0 commit comments