OBJECT

K8sClusterInfo

Description

Information of the Kubernetes cluster.

link GraphQL Schema definition

  • type K8sClusterInfo {
  • # UUID of the Kubernetes cluster.
  • kuprClusterUuid: UUID!
  • # Port on the Kubernetes cluster used for communication with RSC.
  • port: Int!
  • # Kubernetes version.
  • k8sVersion: String
  • # Type of the Kubernetes cluster.
  • type: K8sClusterType!
  • # Rubrik CDM cluster associated with the the Kubernetes cluster.
  • associatedCdm: Cluster
  • }