Interface AgentPool.UpdateStages.WithMaxPods

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

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

    Modifier and Type
    Method
    Description
    Specifies the maxPods property: The maximum number of pods that can run on a node..
  • Method Details

    • withMaxPods

      AgentPool.Update withMaxPods(Integer maxPods)
      Specifies the maxPods property: The maximum number of pods that can run on a node..
      Parameters:
      maxPods - The maximum number of pods that can run on a node.
      Returns:
      the next definition stage.