rancher v2.15.1

CustomMachine.status

Status represents the most recently observed status of the machine.

4 fields
CustomMachine.status fields and descriptions
Field / TypeDescription
object[]

Addresses contains the associated addresses for the machine.

object[]

Conditions is a representation of the current state of the machine.

object

Initialization provides observations of the CustomMachine initialization process. NOTE: Fields in this struct are part of the Cluster API contract and are used to orchestrate initial Machine provisioning.

  • minProperties: 1
ready
boolean

Ready indicates that the machine infrastructure is fully provisioned, and is a requirement of the Cluster API contract. The value of this field is never updated after provisioning has completed. Please use Conditions to determine the current state of the machine. Deprecated: use Initialization.Provisioned instead.