Add Status.Conditions
to AWSManagedCluster and ROSACluster
#5393
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
/kind feature
As the CAPI InfraCluster provider contract has been updated (see kubernetes-sigs/cluster-api#10519), we need to update the CAPA InfraCluster implementations. This involves adding a
Paused
condition.Currently, both
AWSManagedCluster
andROSACluster
do not have aConditions
field in theirStatus
, so no conditions can be set.Describe the solution you'd like
[A clear and concise description of what you want to happen.]
both
AWSManagedCluster
andROSACluster
have aConditions
field in theirStatus
.The text was updated successfully, but these errors were encountered: