Skip to content

Commit bc881a0

Browse files
authored
Merge pull request #53359 from dhanishaphadate/extra-brackets-in-the-Quota-scopes
[en] Remove extra brackets from quota
2 parents 8bf3bd5 + bfa9a08 commit bc881a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ Kubernetes {{< skew currentVersion >}} supports the following scopes:
408408
| [`BestEffort`](#quota-scope-best-effort) | Match pods that have best effort quality of service. |
409409
| [`CrossNamespacePodAffinity`](#cross-namespace-pod-affinity-scope) | Match pods that have cross-namespace pod [(anti)affinity terms](/docs/concepts/scheduling-eviction/assign-pod-node). |
410410
| [`NotBestEffort`](#quota-scope-non-best-effort) | Match pods that do not have best effort quality of service. |
411-
| [`NotTerminating`](#quota-scope-non-terminating) | Match pods where `.spec.activeDeadlineSeconds`]() is `nil`]() |
411+
| [`NotTerminating`](#quota-scope-non-terminating) | Match pods where `.spec.activeDeadlineSeconds` is `nil` |
412412
| [`PriorityClass`](#resource-quota-per-priorityclass) | Match pods that references the specified [priority class](/docs/concepts/scheduling-eviction/pod-priority-preemption). |
413-
| [`Terminating`](#quota-scope-terminating) | Match pods where `.spec.activeDeadlineSeconds`]() >= `0`]() |
413+
| [`Terminating`](#quota-scope-terminating) | Match pods where `.spec.activeDeadlineSeconds` >= `0` |
414414
| [`VolumeAttributesClass`](#quota-scope-volume-attributes-class) | Match PersistentVolumeClaims that reference the specified [volume attributes class](/docs/concepts/storage/volume-attributes-classes). |
415415

416416
ResourceQuotas with a scope set can also have a optional `scopeSelector` field. You define one or more _match expressions_

0 commit comments

Comments
 (0)