Uses of Interface
org.cdk8s.plus25.k8s.KubeCsiStorageCapacityV1Beta1Props
-
Packages that use KubeCsiStorageCapacityV1Beta1Props Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCsiStorageCapacityV1Beta1Props in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCsiStorageCapacityV1Beta1Props Modifier and Type Class Description static classKubeCsiStorageCapacityV1Beta1Props.Jsii$ProxyAn implementation forKubeCsiStorageCapacityV1Beta1PropsMethods in org.cdk8s.plus25.k8s that return KubeCsiStorageCapacityV1Beta1Props Modifier and Type Method Description KubeCsiStorageCapacityV1Beta1PropsKubeCsiStorageCapacityV1Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeCsiStorageCapacityV1Beta1Props Modifier and Type Method Description List<KubeCsiStorageCapacityV1Beta1Props>KubeCsiStorageCapacityListV1Beta1Props. getItems()Items is the list of CSIStorageCapacity objects.List<KubeCsiStorageCapacityV1Beta1Props>KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityV1Beta1Props Modifier and Type Method Description static ObjectKubeCsiStorageCapacityV1Beta1. manifest(KubeCsiStorageCapacityV1Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1beta1.CSIStorageCapacity".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeCsiStorageCapacityV1Beta1Props Modifier and Type Method Description KubeCsiStorageCapacityListV1Beta1.BuilderKubeCsiStorageCapacityListV1Beta1.Builder. items(List<? extends KubeCsiStorageCapacityV1Beta1Props> items)Items is the list of CSIStorageCapacity objects.KubeCsiStorageCapacityListV1Beta1Props.BuilderKubeCsiStorageCapacityListV1Beta1Props.Builder. items(List<? extends KubeCsiStorageCapacityV1Beta1Props> items)Sets the value ofKubeCsiStorageCapacityListV1Beta1Props.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityV1Beta1Props Constructor Description KubeCsiStorageCapacityV1Beta1(software.constructs.Construct scope, String id, KubeCsiStorageCapacityV1Beta1Props props)Defines a "io.k8s.api.storage.v1beta1.CSIStorageCapacity" API object.
-