get Node Pool
Retrieves the requested node pool.
Return
null
Parameters
argument
null
suspend fun getNodePool(clusterId: String, location: String, nodePoolId: String, project: String? = null, projectId: String? = null, zone: String? = null): GetNodePoolResult
Return
null
See also
Parameters
cluster Id
location
node Pool Id
project
project Id
zone
suspend fun getNodePool(argument: suspend GetNodePoolPlainArgsBuilder.() -> Unit): GetNodePoolResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.container.v1.kotlin.inputs.GetNodePoolPlainArgs.