Kazan v0.4.0 Kazan.Models.Api.V1.ReplicationControllerCondition View Source
ReplicationControllerCondition describes the state of a replication controller at a certain point.
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.ReplicationControllerCondition
Properties
last_transition_time
::Kazan.Models.ApiMachinery.Apis.Meta.V1.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
- Status of the condition, one of True, False, Unknown.
type
::String
- Type of replication controller condition.