Interface AgentPool.DefinitionStages.WithNodeTaints

All Known Subinterfaces:
AgentPool.Definition, AgentPool.DefinitionStages.WithCreate
Enclosing interface:
AgentPool.DefinitionStages

public static interface AgentPool.DefinitionStages.WithNodeTaints
The stage of the AgentPool definition allowing to specify nodeTaints.
  • Method Details

    • withNodeTaints

      AgentPool.DefinitionStages.WithCreate 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.