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