ENUM
K8sClusterType
Description
Type of the Kubernetes cluster.
link GraphQL Schema definition
- enum K8sClusterType {
- # The cluster is hosted on AWS.
- # The cluster is hosted on Azure.
- # The cluster is hosted on GCP.
- # The cluster is hosted on private cloud.
- }