Package org.cdk8s.plus25.k8s
Interface DownwardApiProjection
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DownwardApiProjection.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.510Z") @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 classDownwardApiProjection.BuilderA builder forDownwardApiProjectionstatic classDownwardApiProjection.Jsii$ProxyAn implementation forDownwardApiProjection
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DownwardApiProjection.Builderbuilder()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.BuilderofDownwardApiProjection
-
-