c
com.coralogix.zio.k8s.model.core.v1
DownwardAPIProjection
Companion object DownwardAPIProjection
case class DownwardAPIProjection(items: Optional[Vector[DownwardAPIVolumeFile]] = Optional.Absent) extends Product with Serializable
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
- items
Items is a list of DownwardAPIVolume file
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DownwardAPIProjection
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DownwardAPIProjection(items: Optional[Vector[DownwardAPIVolumeFile]] = Optional.Absent)
- items
Items is a list of DownwardAPIVolume file
Value Members
-
def
getItems: IO[K8sFailure, Vector[DownwardAPIVolumeFile]]
Items is a list of DownwardAPIVolume file
Items is a list of DownwardAPIVolume file
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val items: Optional[Vector[DownwardAPIVolumeFile]]