ResourceLimitArgs

data class ResourceLimitArgs(val maximum: Output<String>? = null, val minimum: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<ResourceLimitArgs>

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

Constructors

Link copied to clipboard
fun ResourceLimitArgs(maximum: Output<String>? = null, minimum: Output<String>? = null, resourceType: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ResourceLimitArgs

Properties

Link copied to clipboard
val maximum: Output<String>? = null

Maximum amount of the resource in the cluster.

Link copied to clipboard
val minimum: Output<String>? = null

Minimum amount of the resource in the cluster.

Link copied to clipboard
val resourceType: Output<String>? = null

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