OBJECT

KubernetesKindStatefulSetStatusConditions

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

link GraphQL Schema definition

  • type KubernetesKindStatefulSetStatusConditions {
  • # Last time the condition transitioned from one status to another.
  • lastTransitionTime: DateTime
  • # A human readable message indicating details about the transition.
  • message: String
  • # The reason for the condition's last transition.
  • reason: String
  • # Status of the condition, one of True, False, Unknown.
  • status: String
  • # Type of statefulset condition.
  • type: String
  • }