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