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