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