getKubernetesNodePools

This data source provides Ack Nodepool available to the user.What is Nodepool

NOTE: Available since v1.246.0.

Return

A collection of values returned by getKubernetesNodePools.

Parameters

argument

A collection of arguments for invoking getKubernetesNodePools.


suspend fun getKubernetesNodePools(clusterId: String, ids: List<String>? = null, nodePoolName: String? = null, outputFile: String? = null): GetKubernetesNodePoolsResult

Return

A collection of values returned by getKubernetesNodePools.

Parameters

clusterId

The id of kubernetes cluster.

ids

A list of Nodepool IDs.

nodePoolName

The name of node pool.

outputFile

File name where to save data source results (after running pulumi preview).

See also


Return

A collection of values returned by getKubernetesNodePools.

Parameters

argument

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

See also