INPUT_OBJECT

AddK8sClusterInput

Description

Input for adding a Kubernetes cluster.

link GraphQL Schema definition

  • input AddK8sClusterInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The Kubernetes cluster configuration.
  • config: K8sClusterAddInput!
  • }

link Require by