public static interface KubernetesCluster.DefinitionStages.WithVersion
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithLinuxRootUsername |
withLatestVersion()
Uses the latest version for the Kubernetes cluster.
|
KubernetesCluster.DefinitionStages.WithLinuxRootUsername |
withVersion(KubernetesVersion kubernetesVersion)
Specifies the version for the Kubernetes cluster.
|
KubernetesCluster.DefinitionStages.WithLinuxRootUsername withVersion(KubernetesVersion kubernetesVersion)
KubernetesCluster.DefinitionStages.WithLinuxRootUsername withLatestVersion()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/