CAPI v1beta2
phase 1 (new fields & deprecations): OpenStackMachine
: update API contract to support Conditions
#2375
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 Machine'sstatus.initialization.infrastructureProvisioned
field.status.initialization.provisioned
must signal the completion of the initial provisioning of the machine 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 Machine'sstatus.conditions[InfrastructureReady]
condition.status.conditions[Ready]
must surface issues during the entire lifecycle of the Machine (both during initial InfrastructureMachine provisioning and after the initial provisioning is completed).Source
The text was updated successfully, but these errors were encountered: