rancher v2.15.1

Project.spec.namespaceDefaultResourceQuota.limit

Limit is the default quota limits applied to new namespaces.

14 fields
Project.spec.namespaceDefaultResourceQuota.limit fields and descriptions
Field / TypeDescription
configMaps
string

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

map[string]string

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
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.