pub async fn get_allocations_for_evaluation(
configuration: &Configuration,
eval_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<Vec<AllocationListStub>, Error<GetAllocationsForEvaluationError>>