ResourceQuota interface
Resource quota for the namespace.
Properties
| cpu |
CPU limit of the namespace in one-thousandth CPU form. See CPU resource units for more details. |
| cpu |
CPU request of the namespace in one-thousandth CPU form. See CPU resource units for more details. |
| memory |
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. |
| memory |
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. |
Property Details
cpuLimit
CPU limit of the namespace in one-thousandth CPU form. See CPU resource units for more details.
cpuLimit?: string
Property Value
string
cpuRequest
CPU request of the namespace in one-thousandth CPU form. See CPU resource units for more details.
cpuRequest?: string
Property Value
string
memoryLimit
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.
memoryLimit?: string
Property Value
string
memoryRequest
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.
memoryRequest?: string
Property Value
string