DownwardAPIVolumeSource

io.k8s.api.core.v1.DownwardAPIVolumeSource
See theDownwardAPIVolumeSource companion object
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.

Attributes

Companion
object
Source
DownwardAPIVolumeSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to items

Appends new values to items

Attributes

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

Attributes

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

Attributes

Source
DownwardAPIVolumeSource.scala

Returns a new data with defaultMode set to new value

Returns a new data with defaultMode set to new value

Attributes

Source
DownwardAPIVolumeSource.scala

Returns a new data with items set to new value

Returns a new data with items set to new value

Attributes

Source
DownwardAPIVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product