ENUM

K8sClusterStatus

Description

Connection status of the Kubernetes cluster.

link GraphQL Schema definition

  • enum K8sClusterStatus {
  • # The cluster is connected.
  • STATUS_CONNECTED
  • # The cluster is disconnected.
  • STATUS_DISCONNECTED
  • # The cluster connection has encountered errors.
  • STATUS_ERROR
  • # The cluster has not established connection with RSC yet.
  • STATUS_INIT
  • # Unknown connection status.
  • STATUS_UNKNOWN
  • }