KubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> |
KubernetesCluster.UpdateStages.WithAgentPool.updateAgentPool(String name) |
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode) |
Specifies the agent pool mode for the agents.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int count) |
Specifies the number of agents (Virtual Machines) to host docker containers.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAutoScaling.withAutoScaling(int minimumNodeCount,
int maximumNodeCount) |
Enables the auto-scaling with maximum/minimum number of nodes.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithDiskType.withKubeletDiskType(KubeletDiskType kubeletDiskType) |
The disk type for the placement of emptyDir volumes, container runtime data root,
and Kubelet ephemeral storage.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithAutoScaling.withoutAutoScaling() |
Disables the auto-scaling with maximum/minimum number of nodes.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithTags.withoutTag(String key) |
Removes a tag from the agents.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithTags.withTag(String key,
String value) |
Adds a tag to the agents.
|
KubernetesClusterAgentPool.Update<ParentT> |
KubernetesClusterAgentPool.UpdateStages.WithTags.withTags(Map<String,String> tags) |
Specifies tags for the agents.
|