pub async fn create_node_pool(
configuration: &Configuration,
cluster_id: &str,
pool_create: PoolCreate,
) -> Result<NodePoolView, Error<CreateNodePoolError>>Expand description
Adds a node pool to one of the caller org’s clusters and answers 201 with the created pool. Only the CreateNodePoolSpec fields are forwarded; owner/provider/clusterId ride in the query exactly as Visor expects them.