ENUM

K8sClusterType

Description

Type of the Kubernetes cluster.

link GraphQL Schema definition

  • enum K8sClusterType {
  • # The cluster is hosted on AWS.
  • AWS
  • # The cluster is hosted on Azure.
  • AZURE
  • # The cluster is hosted on GCP.
  • GCP
  • # The cluster is hosted on private cloud.
  • ON_PREM
  • }