Limit Range Item Args
    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.
Properties
Link copied to clipboard
                  DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
Link copied to clipboard
                  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.