Interface KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount<ParentT>
-
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount<ParentT>The stage of a container service agent pool definition allowing to specify the maximum number of pods that can run on a node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withMaxPodsCount(int podsCount)Specifies the maximum number of pods that can run on a node.
-
-
-
Method Detail
-
withMaxPodsCount
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withMaxPodsCount(int podsCount)
Specifies the maximum number of pods that can run on a node.- Parameters:
podsCount- the maximum number of pods that can run on a node- Returns:
- the next stage of the definition
-
-