INPUT_OBJECT

UpdateK8sClusterInput

Description

Input for updating a Kubernetes cluster.

link GraphQL Schema definition

  • input UpdateK8sClusterInput {
  • # Required. Properties of the Kubernetes cluster to update.
  • config: K8sClusterUpdateConfigInput!
  • # Required. ID of the Kubernetes cluster to update.
  • id: String!
  • }

link Require by