c

nelson.yaml

VolumeYaml

class VolumeYaml extends AnyRef

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VolumeYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VolumeYaml()

Value Members

  1. def getMountPath(): String
  2. def getName(): String
  3. def getSize(): Int
  4. var mountPath: String
  5. var name: String
  6. def setMountPath(arg0: String): Unit
  7. def setName(arg0: String): Unit
  8. def setSize(arg0: Int): Unit
  9. var size: Int