ResourceQuotaStatusArgs

data class ResourceQuotaStatusArgs(val hard: Output<Map<String, String>>? = null, val used: Output<Map<String, String>>? = null) : ConvertibleToJava<ResourceQuotaStatusArgs>

ResourceQuotaStatus defines the enforced hard limits and observed use.

Constructors

Link copied to clipboard
constructor(hard: Output<Map<String, String>>? = null, used: Output<Map<String, String>>? = null)

Properties

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

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

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

Used is the current observed total usage of the resource in the namespace.

Functions

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