你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceQuota interface

管理命名空间的资源配额。

属性

cpuLimit

管理命名空间的CPU限制。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu

cpuRequest

CPU对被管理命名空间的请求。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu

memoryLimit

管理命名空间的内存限制。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory

memoryRequest

管理命名空间的内存请求。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory

属性详细信息

cpuLimit

管理命名空间的CPU限制。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu

cpuLimit?: string

属性值

string

cpuRequest

CPU对被管理命名空间的请求。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu

cpuRequest?: string

属性值

string

memoryLimit

管理命名空间的内存限制。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory

memoryLimit?: string

属性值

string

memoryRequest

管理命名空间的内存请求。 有关详细信息,请参阅 https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory

memoryRequest?: string

属性值

string