Skip to content

Commit b82e733

Browse files
committed
OCPBUGS#1415: Rmeove the scopes
1 parent 0508c13 commit b82e733

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

modules/quotas-scopes.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ error.
1616

1717
|Scope |Description
1818

19-
|`Terminating`
20-
|Match pods where `spec.activeDeadlineSeconds >= 0`.
21-
22-
|`NotTerminating`
23-
|Match pods where `spec.activeDeadlineSeconds` is `nil`.
24-
2519
|`BestEffort`
2620
|Match pods that have best effort quality of service for either `cpu` or
2721
`memory`.
@@ -35,8 +29,7 @@ A `BestEffort` scope restricts a quota to limiting the following resources:
3529

3630
- `pods`
3731

38-
A `Terminating`, `NotTerminating`, and `NotBestEffort` scope restricts a quota
39-
to tracking the following resources:
32+
A `NotBestEffort` scope restricts a quota to tracking the following resources:
4033

4134
- `pods`
4235
- `memory`

0 commit comments

Comments
 (0)