KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints<ParentT> Interface

Type Parameters

ParentT

the stage of the container service definition to return to after attaching this definition

public static interface KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints

The stage of a container service agent pool definition allowing to specify node labels and taints.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withNodeLabels(Map<String,String> nodeLabels)

Specifies the node labels for all nodes.

abstract WithAttach<ParentT> withNodeTaints(List<String> nodeTaints)

Specifies the node labels.

Method Details

withNodeLabels

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach withNodeLabels(Map nodeLabels)

Specifies the node labels for all nodes.

Parameters:

nodeLabels - the node labels.

Returns:

the next stage of the definition

withNodeTaints

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach withNodeTaints(List nodeTaints)

Specifies the node labels.

Parameters:

nodeTaints - the node taints for new nodes.

Returns:

the next stage of the definition

Applies to