From 971ba54f6c9835fc22b8b9622c970a86c2080106 Mon Sep 17 00:00:00 2001 From: Avinash Chhetri <103208764+whitebeard10@users.noreply.github.com> Date: Sat, 19 Aug 2023 12:34:47 +0530 Subject: [PATCH] Update resource-quotas.md ## Description This PR addresses a clarity issue in the documentation regarding the usage of the `count/*` syntax for object count quotas. The current description might lead to confusion about the syntax and its distinction with other forms. The proposed changes reword the relevant section to provide a more accurate and straightforward understanding of how to use `count/*` syntax and differentiate between different resource types. ## Changes Made - Reworded the section about object count quotas to emphasize the correct syntax usage. - Clarified the distinction between `count/.` and `count/` for different resource types. - Ensured the language is consistent with the context and style of the surrounding documentation. ## Impact These changes aim to improve the clarity and accuracy of the documentation. Users will have a better understanding of how to use the `count/*` syntax for object count quotas and the nuances associated with it. ## Additional Notes - This PR is related to Issue #42605. --- content/en/docs/concepts/policy/resource-quotas.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index a3e10d7aea921..ce6c7d1fa96a6 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -146,8 +146,7 @@ Refer to [Logging Architecture](/docs/concepts/cluster-administration/logging/) ## Object Count Quota -You can set quotas for the total number of certain resources using the count/* syntax. -This syntax applies to various standard, namespaced resource types: +You can set quotas for the total number of certain resources using the count/* syntax. This syntax applies to various standard, namespaced resource types: * `count/.` syntax is used for resources from non-core groups. * `count/` syntax is used for resources from the core group.