OBJECT

KubernetesKindReplicaSetStatusConditions

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

link GraphQL Schema definition

  • type KubernetesKindReplicaSetStatusConditions {
  • # The 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 replica set condition.
  • type: String
  • }