Skip to content

Commit 5f8c8b3

Browse files
authored
Merge pull request #36607 from NitishKumar06/Nitish/36393issue
Avoid confusing term in API Priority and Fairness concept
2 parents 9f4378f + e9f1cbc commit 5f8c8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ server.
172172

173173
The flow control API involves two kinds of resources.
174174
[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
176176
budget that each can handle, and allow for fine-tuning queuing behavior.
177177
[FlowSchemas](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#flowschema-v1beta2-flowcontrol-apiserver-k8s-io)
178178
are used to classify individual inbound requests, matching each to a
@@ -182,7 +182,7 @@ semantics.
182182

183183
### PriorityLevelConfiguration
184184

185-
A PriorityLevelConfiguration represents a single isolation class. Each
185+
A PriorityLevelConfiguration represents a single priority level. Each
186186
PriorityLevelConfiguration has an independent limit on the number of outstanding
187187
requests, and limitations on the number of queued requests.
188188

0 commit comments

Comments
 (0)