[v1alpha2] Implement AWSCluster controller #933
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
/kind feature
Describe the solution you'd like
kubebuilder create api --version v1alpha2 --group infrastructure --resource=true --controller=true --kind AWSCluster --make=false
.AWSClusterProviderSpec
fields to the newly createdAWSClusterSpec
.AWSClusterProviderStatus
fields to the newly createdAWSClusterStatus
.Status.Ready
boolean field to comply with Cluster API expectations.The text was updated successfully, but these errors were encountered: