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

Inherited methods

Inherited from:
Product