Function scaleway_api_rs::apis::nodes_api::list_nodes[][src]

pub async fn list_nodes(
    configuration: &Configuration,
    region: &str,
    cluster_id: &str,
    pool_id: Option<&str>,
    order_by: Option<&str>,
    page: Option<f32>,
    page_size: Option<f32>,
    name: Option<&str>,
    status: Option<&str>
) -> Result<ScalewayK8sV1ListNodesResponse, Error<ListNodesError>>
Expand description

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