Condition interface
Condition represents an observation of a resource's state.
Properties
| last |
The last time the condition transitioned from one status to another. |
| message | A human readable message indicating details about the transition. This may be an empty string. |
| reason | A programmatic identifier indicating the reason for the condition's last transition. This value should be a CamelCase string. |
| status | The status of the condition. |
| type | Type of the condition. This is a PascalCase identifier representing the type of the condition. |
Property Details
lastTransitionTime
The last time the condition transitioned from one status to another.
lastTransitionTime: Date
Property Value
Date
message
A human readable message indicating details about the transition. This may be an empty string.
message: string
Property Value
string
reason
A programmatic identifier indicating the reason for the condition's last transition. This value should be a CamelCase string.
reason: string
Property Value
string
status
The status of the condition.
status: string
Property Value
string
type
Type of the condition. This is a PascalCase identifier representing the type of the condition.
type: string
Property Value
string