VolumeMount

io.k8s.api.core.v1.VolumeMount
See theVolumeMount companion object
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.

Attributes

Companion:
object
Source:
VolumeMount.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms mountPath to result of function

transforms mountPath to result of function

Attributes

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

Attributes

Source:
VolumeMount.scala

transforms name to result of function

transforms name to result of function

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
VolumeMount.scala

Returns a new data with mountPath set to new value

Returns a new data with mountPath set to new value

Attributes

Source:
VolumeMount.scala

Returns a new data with mountPropagation set to new value

Returns a new data with mountPropagation set to new value

Attributes

Source:
VolumeMount.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
VolumeMount.scala

Returns a new data with readOnly set to new value

Returns a new data with readOnly set to new value

Attributes

Source:
VolumeMount.scala

Returns a new data with subPath set to new value

Returns a new data with subPath set to new value

Attributes

Source:
VolumeMount.scala

Returns a new data with subPathExpr set to new value

Returns a new data with subPathExpr set to new value

Attributes

Source:
VolumeMount.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product