KubernetesCluster.UpdateStages.WithAgentPool Interface

public static interface KubernetesCluster.UpdateStages.WithAgentPool

The stage of the Kubernetes cluster update definition allowing to specify the agent poll in the cluster.

Method Summary

Modifier and Type Method and Description
abstract Blank<> defineAgentPool(String name)

Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.

abstract Update<> updateAgentPool(String name)

Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.

abstract Update withoutAgentPool(String name)

Removes an agent pool profile from the Kubernetes cluster.

Method Details

defineAgentPool

public abstract KubernetesClusterAgentPool.DefinitionStages.Blank 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

updateAgentPool

public abstract KubernetesClusterAgentPool.Update updateAgentPool(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

withoutAgentPool

public abstract KubernetesCluster.Update withoutAgentPool(String name)

Removes an agent pool profile from the Kubernetes cluster.

Parameters:

name - the name for the agent pool profile

Returns:

the next stage of the update

Applies to