ENUM

K8sClusterProtoType

Description

Type of the Kubernetes cluster.

link GraphQL Schema definition

  • enum K8sClusterProtoType {
  • # 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
  • # Unknown cluster host.
  • UNKNOWN
  • }