OBJECT
Mount requirements defined in ManagedNodeTypes.
type MountRequirement {# 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! }