Uses of Interface
org.cdk8s.plus25.k8s.DownwardApiVolumeFile
-
Packages that use DownwardApiVolumeFile Package Description org.cdk8s.plus25.k8s -
-
Uses of DownwardApiVolumeFile in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement DownwardApiVolumeFile Modifier and Type Class Description static classDownwardApiVolumeFile.Jsii$ProxyAn implementation forDownwardApiVolumeFileMethods in org.cdk8s.plus25.k8s that return DownwardApiVolumeFile Modifier and Type Method Description DownwardApiVolumeFileDownwardApiVolumeFile.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type DownwardApiVolumeFile Modifier and Type Method Description default List<DownwardApiVolumeFile>DownwardApiProjection. getItems()Items is a list of DownwardAPIVolume file.List<DownwardApiVolumeFile>DownwardApiProjection.Jsii$Proxy. getItems()default List<DownwardApiVolumeFile>DownwardApiVolumeSource. getItems()Items is a list of downward API volume file.List<DownwardApiVolumeFile>DownwardApiVolumeSource.Jsii$Proxy. getItems()Method parameters in org.cdk8s.plus25.k8s with type arguments of type DownwardApiVolumeFile Modifier and Type Method Description DownwardApiProjection.BuilderDownwardApiProjection.Builder. items(List<? extends DownwardApiVolumeFile> items)Sets the value ofDownwardApiProjection.getItems()DownwardApiVolumeSource.BuilderDownwardApiVolumeSource.Builder. items(List<? extends DownwardApiVolumeFile> items)Sets the value ofDownwardApiVolumeSource.getItems()
-