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