Resource Quota Args
data class ResourceQuotaArgs(val cpuLimit: Output<String>? = null, val cpuRequest: Output<String>? = null, val memoryLimit: Output<String>? = null, val memoryRequest: Output<String>? = null) : ConvertibleToJava<ResourceQuotaArgs>
Resource quota for the namespace.
Properties
Link copied to clipboard
CPU limit of the namespace in one-thousandth CPU form. See CPU resource units for more details.
Link copied to clipboard
CPU request of the namespace in one-thousandth CPU form. See CPU resource units for more details.
Link copied to clipboard
Memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See Memory resource units for more details.
Link copied to clipboard
Memory request of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See Memory resource units for more details.