OBJECT

ManagedVolumeMountSpec

Description

Mount Specification for the Managed Volume.

link GraphQL Schema definition

  • type ManagedVolumeMountSpec {
  • # Mount Directory for the export channel.
  • mountDir: String!
  • # Size of the mount image.
  • imageSizeOpt: Long
  • # CDM node specification for the channel mount.
  • node: ClusterNode
  • }