You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/policy/resource-quotas.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,9 +408,9 @@ Kubernetes {{< skew currentVersion >}} supports the following scopes:
408
408
|[`BestEffort`](#quota-scope-best-effort)| Match pods that have best effort quality of service. |
409
409
|[`CrossNamespacePodAffinity`](#cross-namespace-pod-affinity-scope)| Match pods that have cross-namespace pod [(anti)affinity terms](/docs/concepts/scheduling-eviction/assign-pod-node). |
410
410
|[`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`|
412
412
|[`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`|
414
414
|[`VolumeAttributesClass`](#quota-scope-volume-attributes-class)| Match PersistentVolumeClaims that reference the specified [volume attributes class](/docs/concepts/storage/volume-attributes-classes). |
415
415
416
416
ResourceQuotas with a scope set can also have a optional `scopeSelector` field. You define one or more _match expressions_
0 commit comments