ContainerserviceFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Kubernetes Cluster Node Pool.

suspend fun getClusterNodePool(kubernetesClusterName: String, name: String, resourceGroupName: String): GetClusterNodePoolResult
Link copied to clipboard

Use this data source to access information about an existing Kubernetes Fleet Manager.

suspend fun getFleetManager(name: String, resourceGroupName: String): GetFleetManagerResult
Link copied to clipboard
suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Use this data source to access information about an existing Container Group instance.

suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult
suspend fun getGroup(name: String, resourceGroupName: String, zones: List<String>? = null): GetGroupResult
Link copied to clipboard

Use this data source to access information about an existing Managed Kubernetes Cluster (AKS).

suspend fun getKubernetesCluster(name: String, resourceGroupName: String): GetKubernetesClusterResult
Link copied to clipboard

Use this data source to access information about an existing Kubernetes Node Pool Snapshot.

Link copied to clipboard

Use this data source to retrieve the version of Kubernetes supported by Azure Kubernetes Service.

suspend fun getKubernetesServiceVersions(includePreview: Boolean? = null, location: String, versionPrefix: String? = null): GetKubernetesServiceVersionsResult
Link copied to clipboard

Use this data source to access information about an existing Container Registry.

suspend fun getRegistry(argument: suspend GetRegistryPlainArgsBuilder.() -> Unit): GetRegistryResult
suspend fun getRegistry(name: String, resourceGroupName: String): GetRegistryResult
Link copied to clipboard

Use this data source to access information about an existing Container Registry Cache Rule.

suspend fun getRegistryCacheRule(containerRegistryId: String, name: String): GetRegistryCacheRuleResult
Link copied to clipboard

Use this data source to access information about an existing Container Registry scope map.

suspend fun getRegistryScopeMap(containerRegistryName: String, name: String, resourceGroupName: String): GetRegistryScopeMapResult
Link copied to clipboard

Use this data source to access information about an existing Container Registry token.

suspend fun getRegistryToken(containerRegistryName: String, name: String, resourceGroupName: String): GetRegistryTokenResult