Uses of Interface
org.cdk8s.plus25.k8s.KubeNodeProps
-
Packages that use KubeNodeProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNodeProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeNodeProps Modifier and Type Class Description static classKubeNodeProps.Jsii$ProxyAn implementation forKubeNodePropsMethods in org.cdk8s.plus25.k8s that return KubeNodeProps Modifier and Type Method Description KubeNodePropsKubeNodeProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeNodeProps Modifier and Type Method Description List<KubeNodeProps>KubeNodeListProps. getItems()List of nodes.List<KubeNodeProps>KubeNodeListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeNodeProps Modifier and Type Method Description static ObjectKubeNode. manifest(KubeNodeProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.Node".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeNodeProps Modifier and Type Method Description KubeNodeList.BuilderKubeNodeList.Builder. items(List<? extends KubeNodeProps> items)List of nodes.KubeNodeListProps.BuilderKubeNodeListProps.Builder. items(List<? extends KubeNodeProps> items)Sets the value ofKubeNodeListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeNodeProps Constructor Description KubeNode(software.constructs.Construct scope, String id, KubeNodeProps props)Defines a "io.k8s.api.core.v1.Node" API object.
-