INPUT_OBJECT

CreateK8sAgentManifestInput

Description

A Set of fields needed to create Rubrik Kubernetes manifest.

link GraphQL Schema definition

  • input CreateK8sAgentManifestInput {
  • # UUID of the Kubernetes cluster.
  • clusterId: UUID!
  • # Timeout for the SignedURL of Rubrik Kubernetes manifest in minutes.
  • timeoutMinutes: Int!
  • }

link Require by