DownwardAPIVolumeFile

io.k8s.api.core.v1.DownwardAPIVolumeFile
See theDownwardAPIVolumeFile companion object
final case class DownwardAPIVolumeFile(path: String, fieldRef: Option[ObjectFieldSelector], mode: Option[Int], resourceFieldRef: Option[ResourceFieldSelector])

DownwardAPIVolumeFile represents information to create the file containing the pod field

Attributes

Companion:
object
Source:
DownwardAPIVolumeFile.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
DownwardAPIVolumeFile.scala

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

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

Attributes

Source:
DownwardAPIVolumeFile.scala

transforms path to result of function

transforms path to result of function

Attributes

Source:
DownwardAPIVolumeFile.scala

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

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

Attributes

Source:
DownwardAPIVolumeFile.scala

Returns a new data with fieldRef set to new value

Returns a new data with fieldRef set to new value

Attributes

Source:
DownwardAPIVolumeFile.scala

Returns a new data with mode set to new value

Returns a new data with mode set to new value

Attributes

Source:
DownwardAPIVolumeFile.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
DownwardAPIVolumeFile.scala

Returns a new data with resourceFieldRef set to new value

Returns a new data with resourceFieldRef set to new value

Attributes

Source:
DownwardAPIVolumeFile.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product