DeploymentSystemResourceLimits

data class DeploymentSystemResourceLimits(val cpus: Double? = null, val memory: Int? = null)

Constructors

Link copied to clipboard
constructor(cpus: Double? = null, memory: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpus: Double? = null
Link copied to clipboard
val memory: Int? = null