Uses of Interface
org.cdk8s.plus25.k8s.NodeSpec
-
Packages that use NodeSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of NodeSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement NodeSpec Modifier and Type Class Description static classNodeSpec.Jsii$ProxyAn implementation forNodeSpecMethods in org.cdk8s.plus25.k8s that return NodeSpec Modifier and Type Method Description NodeSpecNodeSpec.Builder. build()Builds the configured instance.default NodeSpecKubeNodeProps. getSpec()Spec defines the behavior of a node.NodeSpecKubeNodeProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type NodeSpec Modifier and Type Method Description KubeNode.BuilderKubeNode.Builder. spec(NodeSpec spec)Spec defines the behavior of a node.KubeNodeProps.BuilderKubeNodeProps.Builder. spec(NodeSpec spec)Sets the value ofKubeNodeProps.getSpec()
-