ReplicationControllerCondition

io.k8s.api.core.v1.ReplicationControllerCondition

Description

ReplicationControllerCondition describes the state of a replication controller at a certain point.

Properties

lastTransitionTime Time
The last time the condition transitioned from one status to another.
message string
A human readable message indicating details about the transition.
reason string
The reason for the condition's last transition.
status string required
Status of the condition, one of True, False, Unknown.
type string required
Type of replication controller condition.