ServiceTaskSpecResources

data class ServiceTaskSpecResources(val limits: ServiceTaskSpecResourcesLimits? = null, val reservation: ServiceTaskSpecResourcesReservation? = null)

Constructors

Link copied to clipboard
constructor(limits: ServiceTaskSpecResourcesLimits? = null, reservation: ServiceTaskSpecResourcesReservation? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the resources which can be advertised by a node and requested by a task

Link copied to clipboard

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