pub async fn get_allocations_for_node(
configuration: &Configuration,
node_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<Vec<AllocationListStub>, Error<GetAllocationsForNodeError>>
Expand description
This can be used to determine what allocations have been scheduled on the node, their current status, and the values of dynamically assigned resources, like ports