public interface KubernetesClusters extends HasManager<ContainerServiceManager>, SupportsCreating<KubernetesCluster.DefinitionStages.Blank>, SupportsBatchCreation<KubernetesCluster>, SupportsListing<KubernetesCluster>, SupportsGettingById<KubernetesCluster>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsListingByResourceGroup<KubernetesCluster>, SupportsGettingByResourceGroup<KubernetesCluster>
| Modifier and Type | Method and Description |
|---|---|
List<CredentialResult> |
listAdminKubeConfigContent(String resourceGroupName,
String kubernetesClusterName)
Returns the admin Kube.config content which can be used with a Kubernetes client.
|
Mono<List<CredentialResult>> |
listAdminKubeConfigContentAsync(String resourceGroupName,
String kubernetesClusterName)
Returns asynchronously the admin Kube.config content which can be used with a Kubernetes client.
|
Set<String> |
listKubernetesVersions(com.azure.core.management.Region region)
Returns the list of available Kubernetes versions available for the given Azure region.
|
Mono<Set<String>> |
listKubernetesVersionsAsync(com.azure.core.management.Region region)
Returns the list of available Kubernetes versions available for the given Azure region.
|
List<CredentialResult> |
listUserKubeConfigContent(String resourceGroupName,
String kubernetesClusterName)
Returns the user Kube.config content which can be used with a Kubernetes client.
|
Mono<List<CredentialResult>> |
listUserKubeConfigContentAsync(String resourceGroupName,
String kubernetesClusterName)
Returns asynchronously the user Kube.config content which can be used with a Kubernetes client.
|
managerdefinecreate, create, createAsync, createAsynclist, listAsyncgetById, getByIdAsyncdeleteById, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncSet<String> listKubernetesVersions(com.azure.core.management.Region region)
region - the Azure region to query intoMono<Set<String>> listKubernetesVersionsAsync(com.azure.core.management.Region region)
region - the Azure region to query intoList<CredentialResult> listAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster nameMono<List<CredentialResult>> listAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster nameList<CredentialResult> listUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster nameMono<List<CredentialResult>> listUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster nameCopyright © 2020 Microsoft Corporation. All rights reserved.