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
Show all

Members list

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
def mapMode(f: Int => Int): DownwardAPIVolumeFile

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
def mapPath(f: String => String): DownwardAPIVolumeFile

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
def withMode(value: Int): DownwardAPIVolumeFile

Returns a new data with mode set to new value

Returns a new data with mode set to new value

Attributes

Source
DownwardAPIVolumeFile.scala
def withPath(value: String): DownwardAPIVolumeFile

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product