rancher v2.15.1

NodeDriver.status.conditions[]

6 fields
NodeDriver.status.conditions[] fields and descriptions
Field / TypeDescription
lastTransitionTime
string

lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

  • format: date-time
lastUpdateTime
string

lastUpdateTime of this condition. This is incremented if the resource is updated for any reason. This could be when the underlying condition changed, but may also be updated if other fields are modified (Message, Reason, etc.).

  • format: date-time
message
string

message is a human readable message indicating details about the transition. This may be an empty string.

  • maxLength: 32768
reason
string

reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string.

  • maxLength: 1024
  • pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
status
string required

status of the condition, one of True, False, Unknown.

  • enum: ["True","False","Unknown"]
type
string required

type of condition in CamelCase or in foo.example.com/CamelCase.

  • maxLength: 316
  • pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$