CAPI v1beta2
phase 1 (new fields & deprecations): OpenStackCluster
: update API contract to support Conditions
#2374
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
/kind feature
Describe the solution you'd like
TO-DO:
status.ready
status.failureReason
andstatus.failureMessage
.status.initialization.provisioned
will surface into Cluster'sstatus.initialization.infrastructureProvisioned
field.status.initialization.provisioned
must signal the completion of the initial provisioning of the cluster infrastructure. The value of this field should never be updated after provisioning is completed, and Cluster API will ignore any changes to it.status.conditions[Ready]
will surface into Cluster'sstatus.conditions[InfrastructureReady]
condition.status.conditions[Ready]
must surface issues during the entire lifecycle of the InfrastructureCluster (both during initial InfrastructureCluster provisioning and after the initial provisioning is completed).Source
The text was updated successfully, but these errors were encountered: