Uses of Interface
org.cdk8s.plus25.k8s.KubePersistentVolumeClaimListProps
-
Packages that use KubePersistentVolumeClaimListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePersistentVolumeClaimListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePersistentVolumeClaimListProps Modifier and Type Class Description static classKubePersistentVolumeClaimListProps.Jsii$ProxyAn implementation forKubePersistentVolumeClaimListPropsMethods in org.cdk8s.plus25.k8s that return KubePersistentVolumeClaimListProps Modifier and Type Method Description KubePersistentVolumeClaimListPropsKubePersistentVolumeClaimListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubePersistentVolumeClaimListProps Modifier and Type Method Description static ObjectKubePersistentVolumeClaimList. manifest(KubePersistentVolumeClaimListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.PersistentVolumeClaimList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubePersistentVolumeClaimListProps Constructor Description KubePersistentVolumeClaimList(software.constructs.Construct scope, String id, KubePersistentVolumeClaimListProps props)Defines a "io.k8s.api.core.v1.PersistentVolumeClaimList" API object.
-