io.k8s.api.core.v1.VolumeMountStatus
See theVolumeMountStatus companion object
final case class VolumeMountStatus(mountPath: String, name: String, readOnly: Option[Boolean], recursiveReadOnly: Option[String])
VolumeMountStatus shows status of volume mounts.
Attributes
- Companion
- object
- Source
- VolumeMountStatus.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
transforms mountPath to result of function
transforms name to result of function
if readOnly has a value, transforms to the result of function
if readOnly has a value, transforms to the result of function
Attributes
- Source
- VolumeMountStatus.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
- VolumeMountStatus.scala
Returns a new data with mountPath 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 recursiveReadOnly set to new value
Attributes
- Source
- VolumeMountStatus.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article