Project.spec.resourceQuota.usedLimit
UsedLimit is the currently allocated quota for all namespaces in the project.
| Field / Type | Description |
|---|---|
configMaps | ConfigMaps is the total number of ReplicationControllers that can exist in the namespace. |
Extended contains additional limits a user may wish to impose beyond the limits set by the preceding fields. The keys have to be parseable as resource names, while the values have to be parseable as resource quantities. See also https://kubernetes.io/docs/concepts/policy/resource-quotas | |
limitsCpu | LimitsCPU is the CPU limits across all pods in a non-terminal state. |
limitsMemory | LimitsMemory is the memory limits across all pods in a non-terminal state. |
persistentVolumeClaims | PersistentVolumeClaims is the total number of PersistentVolumeClaims that can exist in the namespace. |
pods | Pods is the total number of Pods in a non-terminal state that can exist in the namespace. A pod is in a terminal state if .status.phase in (Failed, Succeeded) is true. |
replicationControllers | ReplicationControllers is total number of ReplicationControllers that can exist in the namespace. |
requestsCpu | RequestsCPU is the CPU requests limit across all pods in a non-terminal state. |
requestsMemory | RequestsMemory is the memory requests limit across all pods in a non-terminal state. |
requestsStorage | RequestsStorage is the storage requests limit across all persistent volume claims. |
secrets | Secrets is the total number of ReplicationControllers that can exist in the namespace. |
services | Services is the total number of Services that can exist in the namespace. |
servicesLoadBalancers | ServicesLoadBalancers is the total number of Services of type LoadBalancer that can exist in the namespace. |
servicesNodePorts | ServiceNodePorts is the total number of Services of type NodePort that can exist in the namespace. |