DevToolPortalResourceRequestsResponse

data class DevToolPortalResourceRequestsResponse(val cpu: String, val instanceCount: Int, val memory: String)

The resource quantity for required CPU and Memory of Dev Tool Portal

Constructors

Link copied to clipboard
constructor(cpu: String, instanceCount: Int, memory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: String

Cpu quantity allocated to each Dev Tool Portal instance. 1 core can be represented by 1 or 1000m

Link copied to clipboard

Desired instance count of Dev Tool Portal.

Link copied to clipboard

Memory quantity allocated to each Dev Tool Portal instance. 1 GB can be represented by 1Gi or 1024Mi.