ObjectStatusConditionDefinition interface   
Status condition of Kubernetes object
Properties
| last | Last time this status condition has changed | 
| message | A more verbose description of the object status condition | 
| reason | Reason for the specified status condition type status | 
| status | Status of the Kubernetes object condition type | 
| type | Object status condition type for this object | 
Property Details
		lastTransitionTime
	  
	Last time this status condition has changed
lastTransitionTime?: DateProperty Value
Date
message
A more verbose description of the object status condition
message?: stringProperty Value
string
reason
Reason for the specified status condition type status
reason?: stringProperty Value
string
status
Status of the Kubernetes object condition type
status?: stringProperty Value
string
type
Object status condition type for this object
type?: stringProperty Value
string