Uses of Interface
org.cdk8s.plus24.k8s.KubeCsiNodeListProps
-
Packages that use KubeCsiNodeListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeCsiNodeListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeCsiNodeListProps Modifier and Type Class Description static class
KubeCsiNodeListProps.Jsii$Proxy
An implementation forKubeCsiNodeListProps
Methods in org.cdk8s.plus24.k8s that return KubeCsiNodeListProps Modifier and Type Method Description KubeCsiNodeListProps
KubeCsiNodeListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeCsiNodeListProps Modifier and Type Method Description static Object
KubeCsiNodeList. manifest(KubeCsiNodeListProps props)
Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSINodeList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubeCsiNodeListProps Constructor Description KubeCsiNodeList(software.constructs.Construct scope, String id, KubeCsiNodeListProps props)
Defines a "io.k8s.api.storage.v1.CSINodeList" API object.
-