driverRequests

@JvmName(name = "ldcaqggkhcggkgfh")
suspend fun driverRequests(value: Output<List<DriverRequestsPatchArgs>>)
@JvmName(name = "fctkqhpikpgfbaxy")
suspend fun driverRequests(value: List<DriverRequestsPatchArgs>?)

Parameters

value

DriverRequests describes all resources that are needed for the allocated claim. A single claim may use resources coming from different drivers. For each driver, this array has at most one entry which then may have one or more per-driver requests. May be empty, in which case the claim can always be allocated.


@JvmName(name = "rqtrfgrcawiauxso")
suspend fun driverRequests(vararg values: Output<DriverRequestsPatchArgs>)


@JvmName(name = "tgtwujexlwfurmmn")
suspend fun driverRequests(values: List<Output<DriverRequestsPatchArgs>>)
@JvmName(name = "absuccgmecqegeem")
suspend fun driverRequests(vararg values: DriverRequestsPatchArgs)

Parameters

values

DriverRequests describes all resources that are needed for the allocated claim. A single claim may use resources coming from different drivers. For each driver, this array has at most one entry which then may have one or more per-driver requests. May be empty, in which case the claim can always be allocated.


@JvmName(name = "pprdnndpgdfdrpwy")
suspend fun driverRequests(argument: List<suspend DriverRequestsPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ulbvapjwemhlgprj")
suspend fun driverRequests(vararg argument: suspend DriverRequestsPatchArgsBuilder.() -> Unit)
@JvmName(name = "lbpfiactwftrxpiq")
suspend fun driverRequests(argument: suspend DriverRequestsPatchArgsBuilder.() -> Unit)

Parameters

argument

DriverRequests describes all resources that are needed for the allocated claim. A single claim may use resources coming from different drivers. For each driver, this array has at most one entry which then may have one or more per-driver requests. May be empty, in which case the claim can always be allocated.