Uses of Class
org.cdk8s.plus24.k8s.DownwardApiProjection.Builder
-
Packages that use DownwardApiProjection.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of DownwardApiProjection.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return DownwardApiProjection.Builder Modifier and Type Method Description static DownwardApiProjection.Builder
DownwardApiProjection. builder()
DownwardApiProjection.Builder
DownwardApiProjection.Builder. items(List<? extends DownwardApiVolumeFile> items)
Sets the value ofDownwardApiProjection.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type DownwardApiProjection.Builder Constructor Description Jsii$Proxy(DownwardApiProjection.Builder builder)
Constructor that initializes the object based on literal property values passed by theDownwardApiProjection.Builder
.
-