ProjectedVolumeSource

io.k8s.api.core.v1.ProjectedVolumeSource
See theProjectedVolumeSource companion object
final case class ProjectedVolumeSource(defaultMode: Option[Int], sources: Option[Seq[VolumeProjection]])

Represents a projected volume source

Attributes

Companion
object
Source
ProjectedVolumeSource.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 sources

Appends new values to sources

Attributes

Source
ProjectedVolumeSource.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
ProjectedVolumeSource.scala

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

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

Attributes

Source
ProjectedVolumeSource.scala

Returns a new data with defaultMode set to new value

Returns a new data with defaultMode set to new value

Attributes

Source
ProjectedVolumeSource.scala

Returns a new data with sources set to new value

Returns a new data with sources set to new value

Attributes

Source
ProjectedVolumeSource.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product