ENUM
K8sClusterStatus
Description
Connection status of the Kubernetes cluster.
link GraphQL Schema definition
- enum K8sClusterStatus {
- # The cluster is connected.
- # The cluster is disconnected.
- # The cluster connection has encountered errors.
- # The cluster has not established connection with RSC yet.
- # Unknown connection status.
- }