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.
- : UUID
- # List of host IPs/hostnames of the Kubernetes nodes.
- : [String!]!
- # Name of the Kubernetes cluster.
- : String!
- # Port on the Kubernetes node for the Kubernetes Ingress Controller.
- : Int!
- # The proxy URL for the Kubernetes agent.
- : String
- # Ports in the NodePort service range of the Kubernetes cluster.
- : [PortRange!]!
- # KuprClusterType of the Kubernetes cluster.
- : K8sClusterProtoType!
- # NodePort ranges dedicated for export operations.
- : [PortRange!]
- }