ResourceLimitResponse

data class ResourceLimitResponse(val maximum: String, val minimum: String, val resourceType: String)

Contains information about amount of some resource in the cluster. For memory, value should be in GB.

Constructors

Link copied to clipboard
fun ResourceLimitResponse(maximum: String, minimum: String, resourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum amount of the resource in the cluster.

Link copied to clipboard

Minimum amount of the resource in the cluster.

Link copied to clipboard

Resource name "cpu", "memory" or gpu-specific string.