VolumeMount describes a mounting of a Volume within a container.
Attributes
- Companion
- object
- Source
- VolumeMount.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
transforms mountPath to result of function
if mountPropagation has a value, transforms to the result of function
if mountPropagation has a value, transforms to the result of function
Attributes
- Source
- VolumeMount.scala
transforms name to result of function
if readOnly has a value, transforms to the result of function
if recursiveReadOnly has a value, transforms to the result of function
if recursiveReadOnly has a value, transforms to the result of function
Attributes
- Source
- VolumeMount.scala
if subPath has a value, transforms to the result of function
if subPathExpr has a value, transforms to the result of function
if subPathExpr has a value, transforms to the result of function
Attributes
- Source
- VolumeMount.scala
Returns a new data with mountPath set to new value
Returns a new data with mountPropagation set to new value
Returns a new data with name set to new value
Returns a new data with readOnly set to new value
Returns a new data with recursiveReadOnly set to new value
Returns a new data with subPath set to new value
Returns a new data with subPathExpr set to new value