Uses of Interface
org.cdk8s.plus25.k8s.KubeCsiNodeListProps
-
Packages that use KubeCsiNodeListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCsiNodeListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCsiNodeListProps Modifier and Type Class Description static classKubeCsiNodeListProps.Jsii$ProxyAn implementation forKubeCsiNodeListPropsMethods in org.cdk8s.plus25.k8s that return KubeCsiNodeListProps Modifier and Type Method Description KubeCsiNodeListPropsKubeCsiNodeListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeCsiNodeListProps Modifier and Type Method Description static ObjectKubeCsiNodeList. manifest(KubeCsiNodeListProps props)Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSINodeList".Constructors in org.cdk8s.plus25.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.
-