Skip to content

Commit 3ac7f79

Browse files
committed
Remove redundant comment about InstanceType/InstanceTypes mutual exclusivity
1 parent ecb9ac3 commit 3ac7f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exp/api/v1beta2/awsmanagedmachinepool_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ type AWSManagedMachinePoolSpec struct {
188188
// uses the order of instance types to determine which instance type to use first when fulfilling capacity.
189189
// See AWS documentation https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types
190190
// for more information.
191-
// At most one of InstanceType or InstanceTypes may be specified.
192191
// +optional
193192
InstanceTypes []string `json:"instanceTypes,omitempty"`
194193

0 commit comments

Comments
 (0)