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.0+
  • # Last refresh time of the Kubernetes cluster.
  • lastRefreshTime: DateTime
  • # Supported in v9.1+
  • # Region of the Kubernetes cluster.
  • region: String
  • # Required. Supported in v9.0+
  • # Connection status of the Kubernetes cluster.
  • status: String!
  • }

link Require by