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.
- String! :
- # Required. The Kubernetes cluster configuration.
- K8sClusterAddInput! :
- }