Package org.cdk8s.plus24.k8s
Interface DownwardApiProjection
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DownwardApiProjection.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-06T02:23:10.766Z") @Stability(Stable) public interface DownwardApiProjection extends software.amazon.jsii.JsiiSerializable
Represents downward API info for projecting into a projected volume.Note that this is identical to a downwardAPI volume source without the default mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DownwardApiProjection.Builder
A builder forDownwardApiProjection
static class
DownwardApiProjection.Jsii$Proxy
An implementation forDownwardApiProjection
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DownwardApiProjection.Builder
builder()
default List<DownwardApiVolumeFile>
getItems()
Items is a list of DownwardAPIVolume file.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @Nullable default List<DownwardApiVolumeFile> getItems()
Items is a list of DownwardAPIVolume file.
-
builder
@Stability(Stable) static DownwardApiProjection.Builder builder()
- Returns:
- a
DownwardApiProjection.Builder
ofDownwardApiProjection
-
-