Project.spec.namespaceDefaultResourceQuota.limit
Limit is the default quota limits applied to new namespaces.
| Field / Type | Description |
|---|---|
configMaps | ConfigMaps is the total number of ReplicationControllers that can exist in the namespace. |
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. |