ServiceTaskSpecResourcesLimits

data class ServiceTaskSpecResourcesLimits(val memoryBytes: Int? = null, val nanoCpus: Int? = null)

Constructors

Link copied to clipboard
constructor(memoryBytes: Int? = null, nanoCpus: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val memoryBytes: Int? = null
Link copied to clipboard
val nanoCpus: Int? = null