Interface KubernetesCluster.DefinitionStages.WithAgentPool
-
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithAgentPoolThe stage of the Kubernetes cluster definition allowing to specify an agent pool profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.DefinitionStages.WithCreate>defineAgentPool(String name)Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
-
-
-
Method Detail
-
defineAgentPool
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.DefinitionStages.WithCreate> defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.- Parameters:
name- the name for the agent pool profile- Returns:
- the stage representing configuration for the agent pool profile
-
-