INPUT_OBJECT

CreateK8sClusterInput

Description

Configuration of the Kubernetes cluster to onboard.

link GraphQL Schema definition

  • input CreateK8sClusterInput {
  • # The ID of the CDM cluster for ON_PREM Kubernetes clusters.
  • cdmClusterId: UUID
  • # List of host IPs/hostnames of the Kubernetes nodes.
  • hostList: [String!]!
  • # Name of the Kubernetes cluster.
  • name: String!
  • # Port on the Kubernetes node for the Kubernetes Ingress Controller.
  • port: Int!
  • # Ports in the NodePort service range of the Kubernetes cluster.
  • rbsPortRanges: [PortRange!]!
  • # NodePort ranges dedicated for export operations.
  • userDrivenPortRanges: [PortRange!]
  • # KuprClusterType of the Kubernetes cluster.
  • type: K8sClusterProtoType!
  • # The proxy URL for the Kubernetes agent.
  • proxyUrl: String
  • }

link Require by