DownwardAPIVolumeSource

final case class DownwardAPIVolumeSource(defaultMode: Option[Int], items: Option[Seq[DownwardAPIVolumeFile]])

DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

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

Value members

Concrete methods

Appends new values to items

Appends new values to items

Source:
DownwardAPIVolumeSource.scala

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

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

Source:
DownwardAPIVolumeSource.scala

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

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

Source:
DownwardAPIVolumeSource.scala

Returns a new data with defaultMode set to new value

Returns a new data with defaultMode set to new value

Source:
DownwardAPIVolumeSource.scala

Returns a new data with items set to new value

Returns a new data with items set to new value

Source:
DownwardAPIVolumeSource.scala

Inherited methods

Inherited from:
Product