Uses of Interface
org.cdk8s.plus25.k8s.DownwardApiVolumeSource
-
Packages that use DownwardApiVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of DownwardApiVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement DownwardApiVolumeSource Modifier and Type Class Description static classDownwardApiVolumeSource.Jsii$ProxyAn implementation forDownwardApiVolumeSourceMethods in org.cdk8s.plus25.k8s that return DownwardApiVolumeSource Modifier and Type Method Description DownwardApiVolumeSourceDownwardApiVolumeSource.Builder. build()Builds the configured instance.default DownwardApiVolumeSourceVolume. getDownwardApi()downwardAPI represents downward API about the pod that should populate this volume.DownwardApiVolumeSourceVolume.Jsii$Proxy. getDownwardApi()Methods in org.cdk8s.plus25.k8s with parameters of type DownwardApiVolumeSource Modifier and Type Method Description Volume.BuilderVolume.Builder. downwardApi(DownwardApiVolumeSource downwardApi)Sets the value ofVolume.getDownwardApi()
-