rancher v2.8

Project.spec.resourceQuota.usedLimit

UsedLimit is the currently allocated quota for all namespaces in the project.

13 fields
Project.spec.resourceQuota.usedLimit fields and descriptions
Field / TypeDescription
configMaps
string

ConfigMaps is the total number of ReplicationControllers that can exist in the namespace.

limitsCpu
string

LimitsCPU is the CPU limits across all pods in a non-terminal state.

limitsMemory
string

LimitsMemory is the memory limits across all pods in a non-terminal state.

persistentVolumeClaims
string

PersistentVolumeClaims is the total number of PersistentVolumeClaims that can exist in the namespace.

pods
string

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
string

ReplicationControllers is total number of ReplicationControllers that can exist in the namespace.

requestsCpu
string

RequestsCPU is the CPU requests limit across all pods in a non-terminal state.

requestsMemory
string

RequestsMemory is the memory requests limit across all pods in a non-terminal state.

requestsStorage
string

RequestsStorage is the storage requests limit across all persistent volume claims.

secrets
string

Secrets is the total number of ReplicationControllers that can exist in the namespace.

services
string

Services is the total number of Services that can exist in the namespace.

servicesLoadBalancers
string

ServicesLoadBalancers is the total number of Services of type LoadBalancer that can exist in the namespace.

servicesNodePorts
string

ServiceNodePorts is the total number of Services of type NodePort that can exist in the namespace.