Skip to content

Commit 9e4ecf0

Browse files
authored
Update resource-quotas.md
1 parent 5e7dee8 commit 9e4ecf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The same syntax can be used for custom resources.
169169
For example, to create a quota on a `widgets` custom resource in the `example.com` API group, use `count/widgets.example.com`.
170170

171171
When using such a resource quota (nearly for all object kinds), an object is charged
172-
against the quota if the control plane has a stored copy.
172+
against the quota if the object kind exists (is defined) in the control plane.
173173
These types of quotas are useful to protect against exhaustion of storage resources. For example, you may
174174
want to limit the number of Secrets in a server given their large size. Too many Secrets in a cluster can
175175
actually prevent servers and controllers from starting. You can set a quota for Jobs to protect against

0 commit comments

Comments
 (0)