Class Node

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.75.0 (build 63bb957)",
               date="2023-02-20T02:42:01.899Z")
    @Stability(Stable)
    public class Node
    extends software.amazon.jsii.JsiiObject
    Represents a node in the cluster.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Node()  
      protected Node​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected Node​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • Node

        protected Node​(software.amazon.jsii.JsiiObjectRef objRef)
      • Node

        protected Node​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Node

        @Stability(Stable)
        public Node()
    • Method Detail

      • labeled

        @Stability(Stable)
        @NotNull
        public static LabeledNode labeled​(@NotNull
                                          @NotNull NodeLabelQuery... labelSelector)
        Match a node by its labels.

        Parameters:
        labelSelector - This parameter is required.
      • named

        @Stability(Stable)
        @NotNull
        public static NamedNode named​(@NotNull
                                      String nodeName)
        Match a node by its name.

        Parameters:
        nodeName - This parameter is required.
      • tainted

        @Stability(Stable)
        @NotNull
        public static TaintedNode tainted​(@NotNull
                                          @NotNull NodeTaintQuery... taintSelector)
        Match a node by its taints.

        Parameters:
        taintSelector - This parameter is required.