NodeDriver.status.conditions
Conditions is a representation of the current state of the driver, this includes its installation status (Downloaded, Installed), as well as its current state (Active, Inactive). Information related to errors encountered while transitioning to one of these states will be populated in the Message and Reason fields.
| Field / Type | Description |
|---|---|
lastTransitionTime | 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.
|
lastUpdateTime | 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.).
|
message | message is a human readable message indicating details about the transition. This may be an empty string.
|
reason | 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.
|
status | status of the condition, one of True, False, Unknown.
|
type | type of condition in CamelCase or in foo.example.com/CamelCase.
|