INPUT_OBJECT

MountInput

Mount input for mapping sources to targets in ManagedNodes.

link GraphQL Schema definition

  • input MountInput {
  • # The source of the mount. If not present, an anonymous volume will be created.
  • source: String
  • # The path to mount the volume in the Docker container.
  • target: String!
  • }