Interface KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints<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.WithNodeLabelsTaints<ParentT>The stage of a container service agent pool definition allowing to specify node labels and taints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withNodeLabels(Map<String,String> nodeLabels)Specifies the node labels for all nodes.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withNodeTaints(List<String> nodeTaints)Specifies the node labels.
-
-
-
Method Detail
-
withNodeLabels
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withNodeLabels(Map<String,String> nodeLabels)
Specifies the node labels for all nodes.- Parameters:
nodeLabels- the node labels.- Returns:
- the next stage of the definition
-
withNodeTaints
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withNodeTaints(List<String> nodeTaints)
Specifies the node labels.- Parameters:
nodeTaints- the node taints for new nodes.- Returns:
- the next stage of the definition
-
-