getKubernetesAddons

This data source provides a list of available addons that the cluster can install.

NOTE: Available since v1.150.0. NOTE: From version v1.166.0, support for returning custom configuration of kubernetes cluster addon.

Return

A collection of values returned by getKubernetesAddons.

Parameters

argument

A collection of arguments for invoking getKubernetesAddons.


suspend fun getKubernetesAddons(clusterId: String, ids: List<String>? = null, nameRegex: String? = null): GetKubernetesAddonsResult

Return

A collection of values returned by getKubernetesAddons.

Parameters

clusterId

The id of kubernetes cluster.

ids

A list of addon IDs. The id of addon consists of the cluster id and the addon name, with the structure :.

nameRegex

A regex string to filter results by addon name.

See also


Return

A collection of values returned by getKubernetesAddons.

Parameters

argument

Builder for com.pulumi.alicloud.cs.kotlin.inputs.GetKubernetesAddonsPlainArgs.

See also