HostPathVolumeSource

final case class HostPathVolumeSource(path: String, `type`: Option[String])

Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

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

Value members

Concrete methods

transforms path to result of function

transforms path to result of function

Source:
HostPathVolumeSource.scala

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

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

Source:
HostPathVolumeSource.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
HostPathVolumeSource.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
HostPathVolumeSource.scala

Inherited methods

Inherited from:
Product