Uses of Interface
org.cdk8s.plus25.k8s.KubeCsiStorageCapacityListProps
-
Packages that use KubeCsiStorageCapacityListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCsiStorageCapacityListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCsiStorageCapacityListProps Modifier and Type Class Description static classKubeCsiStorageCapacityListProps.Jsii$ProxyAn implementation forKubeCsiStorageCapacityListPropsMethods in org.cdk8s.plus25.k8s that return KubeCsiStorageCapacityListProps Modifier and Type Method Description KubeCsiStorageCapacityListPropsKubeCsiStorageCapacityListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityListProps Modifier and Type Method Description static ObjectKubeCsiStorageCapacityList. manifest(KubeCsiStorageCapacityListProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSIStorageCapacityList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityListProps Constructor Description KubeCsiStorageCapacityList(software.constructs.Construct scope, String id, KubeCsiStorageCapacityListProps props)Defines a "io.k8s.api.storage.v1.CSIStorageCapacityList" API object.
-