Uses of Interface
org.cdk8s.plus25.k8s.KubeCsiStorageCapacityProps
-
Packages that use KubeCsiStorageCapacityProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCsiStorageCapacityProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCsiStorageCapacityProps Modifier and Type Class Description static classKubeCsiStorageCapacityProps.Jsii$ProxyAn implementation forKubeCsiStorageCapacityPropsMethods in org.cdk8s.plus25.k8s that return KubeCsiStorageCapacityProps Modifier and Type Method Description KubeCsiStorageCapacityPropsKubeCsiStorageCapacityProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeCsiStorageCapacityProps Modifier and Type Method Description List<KubeCsiStorageCapacityProps>KubeCsiStorageCapacityListProps. getItems()Items is the list of CSIStorageCapacity objects.List<KubeCsiStorageCapacityProps>KubeCsiStorageCapacityListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityProps Modifier and Type Method Description static ObjectKubeCsiStorageCapacity. manifest(KubeCsiStorageCapacityProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSIStorageCapacity".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeCsiStorageCapacityProps Modifier and Type Method Description KubeCsiStorageCapacityList.BuilderKubeCsiStorageCapacityList.Builder. items(List<? extends KubeCsiStorageCapacityProps> items)Items is the list of CSIStorageCapacity objects.KubeCsiStorageCapacityListProps.BuilderKubeCsiStorageCapacityListProps.Builder. items(List<? extends KubeCsiStorageCapacityProps> items)Sets the value ofKubeCsiStorageCapacityListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCsiStorageCapacityProps Constructor Description KubeCsiStorageCapacity(software.constructs.Construct scope, String id, KubeCsiStorageCapacityProps props)Defines a "io.k8s.api.storage.v1.CSIStorageCapacity" API object.
-