Uses of Interface
org.cdk8s.plus25.k8s.VolumeProjection
-
Packages that use VolumeProjection Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeProjection in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement VolumeProjection Modifier and Type Class Description static classVolumeProjection.Jsii$ProxyAn implementation forVolumeProjectionMethods in org.cdk8s.plus25.k8s that return VolumeProjection Modifier and Type Method Description VolumeProjectionVolumeProjection.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type VolumeProjection Modifier and Type Method Description default List<VolumeProjection>ProjectedVolumeSource. getSources()sources is the list of volume projections.List<VolumeProjection>ProjectedVolumeSource.Jsii$Proxy. getSources()Method parameters in org.cdk8s.plus25.k8s with type arguments of type VolumeProjection Modifier and Type Method Description ProjectedVolumeSource.BuilderProjectedVolumeSource.Builder. sources(List<? extends VolumeProjection> sources)Sets the value ofProjectedVolumeSource.getSources()
-