@Beta(value=V1_4_0) public interface KubernetesClusters extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<KubernetesCluster.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<KubernetesCluster>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<KubernetesCluster>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<KubernetesCluster>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<KubernetesCluster>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<KubernetesCluster>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAdminKubeConfigContent(String resourceGroupName,
String kubernetesClusterName)
Returns the admin Kube.config content which can be used with a Kubernetes client.
|
rx.Observable<byte[]> |
getAdminKubeConfigContentAsync(String resourceGroupName,
String kubernetesClusterName)
Returns asynchronously the admin Kube.config content which can be used with a Kubernetes client.
|
byte[] |
getUserKubeConfigContent(String resourceGroupName,
String kubernetesClusterName)
Returns the user Kube.config content which can be used with a Kubernetes client.
|
rx.Observable<byte[]> |
getUserKubeConfigContentAsync(String resourceGroupName,
String kubernetesClusterName)
Returns asynchronously the user Kube.config content which can be used with a Kubernetes client.
|
Set<String> |
listKubernetesVersions(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Returns the list of available Kubernetes versions available for the given Azure region.
|
rx.Observable<Set<String>> |
listKubernetesVersionsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Returns the list of available Kubernetes versions available for the given Azure region.
|
managerinnerdefinecreate, create, createAsync, createAsync, createAsync, createAsynclist, listAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncSet<String> listKubernetesVersions(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the Azure region to query intorx.Observable<Set<String>> listKubernetesVersionsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the Azure region to query into@Beta(value=V1_7_0) byte[] getAdminKubeConfigContent(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster name@Beta(value=V1_7_0) rx.Observable<byte[]> getAdminKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster name@Beta(value=V1_7_0) byte[] getUserKubeConfigContent(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster name@Beta(value=V1_7_0) rx.Observable<byte[]> getUserKubeConfigContentAsync(String resourceGroupName, String kubernetesClusterName)
resourceGroupName - the resource group name where the cluster iskubernetesClusterName - the managed cluster name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/