Interface AgentPool.UpdateStages.WithNodeTaints

All Known Subinterfaces:
AgentPool.Update
Enclosing interface:
AgentPool.UpdateStages

public static interface AgentPool.UpdateStages.WithNodeTaints
The stage of the AgentPool update allowing to specify nodeTaints.
  • Method Summary

    Modifier and Type
    Method
    Description
    withNodeTaints(List<String> nodeTaints)
    Specifies the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale.
  • Method Details

    • withNodeTaints

      AgentPool.Update withNodeTaints(List<String> nodeTaints)
      Specifies the nodeTaints property: NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule..
      Parameters:
      nodeTaints - NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
      Returns:
      the next definition stage.