Class PodSchedulingSpec.Builder

  • Enclosing class:
    PodSchedulingSpec

    public static class PodSchedulingSpec.Builder
    extends java.lang.Object
    • Method Detail

      • potentialNodes

        public PodSchedulingSpec.Builder potentialNodes​(java.util.Collection<? extends java.lang.String> potentialNodes)
      • selectedNode

        public PodSchedulingSpec.Builder selectedNode​(java.lang.String selectedNode)
        SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object