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