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
Members list
Value members
Concrete methods
Appends new values to sources
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 sources set to new value
In this article