LimitRangeItemArgs

data class LimitRangeItemArgs(val default: Output<Map<String, String>>? = null, val defaultRequest: Output<Map<String, String>>? = null, val max: Output<Map<String, String>>? = null, val maxLimitRequestRatio: Output<Map<String, String>>? = null, val min: Output<Map<String, String>>? = null, val type: Output<String>) : ConvertibleToJava<LimitRangeItemArgs>

LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

Constructors

Link copied to clipboard
constructor(default: Output<Map<String, String>>? = null, defaultRequest: Output<Map<String, String>>? = null, max: Output<Map<String, String>>? = null, maxLimitRequestRatio: Output<Map<String, String>>? = null, min: Output<Map<String, String>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val default: Output<Map<String, String>>? = null

Default resource requirement limit value by resource name if resource limit is omitted.

Link copied to clipboard
val defaultRequest: Output<Map<String, String>>? = null

DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.

Link copied to clipboard
val max: Output<Map<String, String>>? = null

Max usage constraints on this kind by resource name.

Link copied to clipboard
val maxLimitRequestRatio: Output<Map<String, String>>? = null

MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

Link copied to clipboard
val min: Output<Map<String, String>>? = null

Min usage constraints on this kind by resource name.

Link copied to clipboard
val type: Output<String>

Type of resource that this limit applies to.

Functions

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