Kazan v0.9.0 Kazan.Apis.Apps.V1beta2.ReplicaSetCondition View Source

ReplicaSetCondition describes the state of a replica set at a certain point.

OpenAPI Definition: io.k8s.api.apps.v1beta2.ReplicaSetCondition

Properties

  • last_transition_time :: Kazan.Models.Apimachinery.Meta.V1.Time

    • Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
  • 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 replica set condition.