Documentation

TaskSpecResources

Table of Contents

$limits  : ResourceObject|null
An object describing the resources which can be advertised by a node and.
$reservation  : ResourceObject|null
An object describing the resources which can be advertised by a node and.
getLimits()  : ResourceObject|null
An object describing the resources which can be advertised by a node and.
getReservation()  : ResourceObject|null
An object describing the resources which can be advertised by a node and.
setLimits()  : self
An object describing the resources which can be advertised by a node and.
setReservation()  : self
An object describing the resources which can be advertised by a node and.

Properties

Methods

setLimits()

An object describing the resources which can be advertised by a node and.

public setLimits(ResourceObject|null $limits) : self

requested by a task.

Parameters
$limits : ResourceObject|null
Return values
self

setReservation()

An object describing the resources which can be advertised by a node and.

public setReservation(ResourceObject|null $reservation) : self

requested by a task.

Parameters
$reservation : ResourceObject|null
Return values
self

Search results