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.
  • id: String!
  • # Required. Supported in v9.0+
  • # Name of the Kubernetes cluster.
  • name: String!
  • # Supported in v9.0+
  • # Container registry URL for storing Rubrik container images.
  • registry: String
  • # Supported in v9.1+
  • # Distribution of the Kubernetes cluster.
  • distribution: String
  • # Supported in v9.2+
  • # The configuration for the kupr server proxy being used.
  • kuprServerProxyConfig: KuprServerProxyConfig
  • # Supported in v9.1+
  • # The transport type used for communication with the Kubernetes cluster.
  • transport: String
  • # Supported in v9.0+
  • # Last refresh time of the Kubernetes cluster.
  • lastRefreshTime: DateTime
  • # Supported in v9.1+
  • # Region of the Kubernetes cluster.
  • region: String
  • # Supported in v9.2+
  • # The type of onboarding. It can be kubeconfig or manifest.
  • onboardingType: String
  • # Required. Supported in v9.0+
  • # Connection status of the Kubernetes cluster.
  • status: String!
  • # Supported in v9.2+
  • # The details of the RSC service account used for CRD operations.
  • crdServiceAccountInfo: ServiceAccountInfo
  • # Supported in v9.2+
  • # The details of the RSC service account used for onboarding using manifest.
  • onboardingServiceAccountInfo: ServiceAccountInfo
  • }

link Require by