Uses of Interface
org.cdk8s.plus25.k8s.KubeCsiDriverProps
-
Packages that use KubeCsiDriverProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCsiDriverProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCsiDriverProps Modifier and Type Class Description static classKubeCsiDriverProps.Jsii$ProxyAn implementation forKubeCsiDriverPropsMethods in org.cdk8s.plus25.k8s that return KubeCsiDriverProps Modifier and Type Method Description KubeCsiDriverPropsKubeCsiDriverProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeCsiDriverProps Modifier and Type Method Description List<KubeCsiDriverProps>KubeCsiDriverListProps. getItems()items is the list of CSIDriver.List<KubeCsiDriverProps>KubeCsiDriverListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeCsiDriverProps Modifier and Type Method Description static ObjectKubeCsiDriver. manifest(KubeCsiDriverProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSIDriver".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeCsiDriverProps Modifier and Type Method Description KubeCsiDriverList.BuilderKubeCsiDriverList.Builder. items(List<? extends KubeCsiDriverProps> items)items is the list of CSIDriver.KubeCsiDriverListProps.BuilderKubeCsiDriverListProps.Builder. items(List<? extends KubeCsiDriverProps> items)Sets the value ofKubeCsiDriverListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCsiDriverProps Constructor Description KubeCsiDriver(software.constructs.Construct scope, String id, KubeCsiDriverProps props)Defines a "io.k8s.api.storage.v1.CSIDriver" API object.
-