Kazan v0.7.0 Kazan.Apis.Apps.V1.StatefulSetCondition View Source

StatefulSetCondition describes the state of a statefulset at a certain point.

OpenAPI Definition: io.k8s.api.apps.v1.StatefulSetCondition

Properties

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

    • 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 statefulset condition.