We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd11976 commit bf6bae6Copy full SHA for bf6bae6
api/v1alpha1/aws_node_types.go
@@ -30,7 +30,8 @@ type AWSWorkerNodeSpec struct {
30
// +kubebuilder:validation:MinLength=1
31
// +kubebuilder:validation:MaxLength=128
32
FailureDomain string `json:"failureDomain,omitempty"`
33
- // The IAM instance profile to use for the cluster Machines.
+
34
+// The IAM instance profile to use for the cluster Machines.
35
// +kubebuilder:validation:Optional
36
// +kubebuilder:default=nodes.cluster-api-provider-aws.sigs.k8s.io
37
0 commit comments