OBJECT
K8sClusterSummary
Description
Supported in v9.0+ Key properties of a Kubernetes cluster.
link GraphQL Schema definition
- type K8sClusterSummary {
- # Required. Supported in v9.0+
- # ID of the Kubernetes cluster.
- String! :
- # Required. Supported in v9.0+
- # Name of the Kubernetes cluster.
- String! :
- # Supported in v9.0+
- # Container registry URL for storing Rubrik container images.
- String :
- # Supported in v9.1+
- # Distribution of the Kubernetes cluster.
- String :
- # Supported in v9.2+
- # The configuration for the kupr server proxy being used.
- KuprServerProxyConfig :
- # Supported in v9.1+
- # The transport type used for communication with the Kubernetes cluster.
- String :
- # Supported in v9.0+
- # Last refresh time of the Kubernetes cluster.
- DateTime :
- # Supported in v9.1+
- # Region of the Kubernetes cluster.
- String :
- # Supported in v9.2+
- # The type of onboarding. It can be kubeconfig or manifest.
- String :
- # Required. Supported in v9.0+
- # Connection status of the Kubernetes cluster.
- String! :
- # Supported in v9.2+
- # The details of the RSC service account used for CRD operations.
- ServiceAccountInfo :
- # Supported in v9.2+
- # The details of the RSC service account used for onboarding using manifest.
- ServiceAccountInfo :
- }