VolumeMountO

class Object
trait Matchable
class Any

Value members

Concrete fields

val mountPathL: Lens[VolumeMount, String]
val mountPropagationL: Lens[VolumeMount, Optional[String]]
val mountPropagationO: Optic[VolumeMount, VolumeMount, String, OpticFailure, Nothing, String, VolumeMount]
val nameL: Lens[VolumeMount, String]
val readOnlyL: Lens[VolumeMount, Optional[Boolean]]
val readOnlyO: Optic[VolumeMount, VolumeMount, Boolean, OpticFailure, Nothing, Boolean, VolumeMount]
val subPathExprL: Lens[VolumeMount, Optional[String]]
val subPathExprO: Optic[VolumeMount, VolumeMount, String, OpticFailure, Nothing, String, VolumeMount]
val subPathL: Lens[VolumeMount, Optional[String]]
val subPathO: Optic[VolumeMount, VolumeMount, String, OpticFailure, Nothing, String, VolumeMount]