VolumeMount

final case class VolumeMount(name: String, mountPath: String, subPath: Option[String], mountPropagation: Option[String], readOnly: Option[Boolean], subPathExpr: Option[String])

VolumeMount describes a mounting of a Volume within a container.

Source:
VolumeMount.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms mountPath to result of function

transforms mountPath to result of function

Source:
VolumeMount.scala

if mountPropagation has a value, transforms to the result of function

if mountPropagation has a value, transforms to the result of function

Source:
VolumeMount.scala

transforms name to result of function

transforms name to result of function

Source:
VolumeMount.scala

if readOnly has a value, transforms to the result of function

if readOnly has a value, transforms to the result of function

Source:
VolumeMount.scala

if subPath has a value, transforms to the result of function

if subPath has a value, transforms to the result of function

Source:
VolumeMount.scala

if subPathExpr has a value, transforms to the result of function

if subPathExpr has a value, transforms to the result of function

Source:
VolumeMount.scala

Returns a new data with mountPath set to new value

Returns a new data with mountPath set to new value

Source:
VolumeMount.scala

Returns a new data with mountPropagation set to new value

Returns a new data with mountPropagation set to new value

Source:
VolumeMount.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
VolumeMount.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Source:
VolumeMount.scala

Returns a new data with subPath set to new value

Returns a new data with subPath set to new value

Source:
VolumeMount.scala

Returns a new data with subPathExpr set to new value

Returns a new data with subPathExpr set to new value

Source:
VolumeMount.scala

Inherited methods

Inherited from:
Product