DownwardAPIVolumeFile

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

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

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

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

Source:
DownwardAPIVolumeFile.scala

transforms path to result of function

transforms path to result of function

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

Source:
DownwardAPIVolumeFile.scala

Returns a new data with fieldRef set to new value

Returns a new data with fieldRef set to new value

Source:
DownwardAPIVolumeFile.scala

Returns a new data with mode set to new value

Returns a new data with mode set to new value

Source:
DownwardAPIVolumeFile.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
DownwardAPIVolumeFile.scala

Returns a new data with resourceFieldRef set to new value

Returns a new data with resourceFieldRef set to new value

Source:
DownwardAPIVolumeFile.scala

Inherited methods

Inherited from:
Product