OBJECT
K8sClusterInfo
Description
Information of the Kubernetes cluster.
link GraphQL Schema definition
- type K8sClusterInfo {
- # Rubrik CDM cluster associated with the the Kubernetes cluster.
- : Cluster
- # Kubernetes version.
- : String
- # UUID of the Kubernetes cluster.
- : UUID!
- # Port on the Kubernetes cluster used for communication with RSC.
- : Int!
- # Type of the Kubernetes cluster.
- : K8sClusterType!
- }