rancher v2.15.1

Project.spec.resourceQuota

ResourceQuota is a specification for the total amount of quota for standard resources that will be shared by all namespaces in the project. Must provide NamespaceDefaultResourceQuota if ResourceQuota is specified. See https://kubernetes.io/docs/concepts/policy/resource-quotas/ for more details.

2 fields
Project.spec.resourceQuota fields and descriptions
Field / TypeDescription
object

Limit is the total allowable quota limits shared by all namespaces in the project.

object

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