File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ server.
172
172
173
173
The flow control API involves two kinds of resources.
174
174
[ PriorityLevelConfigurations] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prioritylevelconfiguration-v1beta2-flowcontrol-apiserver-k8s-io)
175
- define the available isolation classes , the share of the available concurrency
175
+ define the available priority levels , the share of the available concurrency
176
176
budget that each can handle, and allow for fine-tuning queuing behavior.
177
177
[ FlowSchemas] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#flowschema-v1beta2-flowcontrol-apiserver-k8s-io)
178
178
are used to classify individual inbound requests, matching each to a
@@ -182,7 +182,7 @@ semantics.
182
182
183
183
### PriorityLevelConfiguration
184
184
185
- A PriorityLevelConfiguration represents a single isolation class . Each
185
+ A PriorityLevelConfiguration represents a single priority level . Each
186
186
PriorityLevelConfiguration has an independent limit on the number of outstanding
187
187
requests, and limitations on the number of queued requests.
188
188
You can’t perform that action at this time.
0 commit comments