Uses of Interface
org.cdk8s.plus24.k8s.KubeCsiNodeProps
-
Packages that use KubeCsiNodeProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeCsiNodeProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeCsiNodeProps Modifier and Type Class Description static class
KubeCsiNodeProps.Jsii$Proxy
An implementation forKubeCsiNodeProps
Methods in org.cdk8s.plus24.k8s that return KubeCsiNodeProps Modifier and Type Method Description KubeCsiNodeProps
KubeCsiNodeProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeCsiNodeProps Modifier and Type Method Description List<KubeCsiNodeProps>
KubeCsiNodeListProps. getItems()
items is the list of CSINode.List<KubeCsiNodeProps>
KubeCsiNodeListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeCsiNodeProps Modifier and Type Method Description static Object
KubeCsiNode. manifest(KubeCsiNodeProps props)
Renders a Kubernetes manifest for "io.k8s.api.storage.v1.CSINode".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeCsiNodeProps Modifier and Type Method Description KubeCsiNodeList.Builder
KubeCsiNodeList.Builder. items(List<? extends KubeCsiNodeProps> items)
items is the list of CSINode.KubeCsiNodeListProps.Builder
KubeCsiNodeListProps.Builder. items(List<? extends KubeCsiNodeProps> items)
Sets the value ofKubeCsiNodeListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeCsiNodeProps Constructor Description KubeCsiNode(software.constructs.Construct scope, String id, KubeCsiNodeProps props)
Defines a "io.k8s.api.storage.v1.CSINode" API object.
-