INPUT_OBJECT

MountRequirementInput

Mount requirement input for creating and updating ManagedNodeTypes.

link GraphQL Schema definition

  • input MountRequirementInput {
  • # A human-readable description.
  • description: String!
  • # The source of the mount.
  • source: String
  • # The path to mount the volume in the Docker container.
  • target: String!
  • }