Interface AgentPool.DefinitionStages.WithMaxPods

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

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

    • withMaxPods

      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.