VolumeMount

io.k8s.api.core.v1.VolumeMount
See theVolumeMount companion object

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
Show all

Members list

Inherited
  • Not inherited
  • Product

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 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 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 recursiveReadOnly set to new value

Returns a new data with recursiveReadOnly 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