Function scaleway_api_rs::apis::pools_api::list_pools[][src]

pub async fn list_pools(
    configuration: &Configuration,
    region: &str,
    cluster_id: &str,
    order_by: Option<&str>,
    page: Option<f32>,
    page_size: Option<f32>,
    name: Option<&str>,
    status: Option<&str>
) -> Result<ScalewayK8sV1ListPoolsResponse, Error<ListPoolsError>>
Expand description

This method allows to list all the existing pools for a specific Kubernetes cluster.