KubernetesCluster.UpdateStages.WithVersion Interface
public static interface KubernetesCluster.UpdateStages.WithVersion
The stage of the Kubernetes cluster update allowing to specify orchestration type.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withVersion(String kubernetesVersion)
Specifies the version for the Kubernetes cluster. |
Method Details
withVersion
public abstract KubernetesCluster.Update withVersion(String kubernetesVersion)
Specifies the version for the Kubernetes cluster. Could retrieve from listOrchestrators(Region region, ContainerServiceResourceTypes resourceTypes) To prevent version conflicts, specify a higher version than the initial version.
Parameters:
kubernetesVersion
- the kubernetes version
Returns:
the next stage
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java