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 @@ -164,10 +164,10 @@ are built in and may not be overwritten:
164
164
165
165
## Resources
166
166
The flow control API involves two kinds of resources.
167
- [ PriorityLevelConfigurations] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prioritylevelconfiguration-v1alpha1-flowcontrol)
167
+ [ PriorityLevelConfigurations] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#prioritylevelconfiguration-v1alpha1-flowcontrol-apiserver-k8s-io )
168
168
define the available isolation classes, the share of the available concurrency
169
169
budget that each can handle, and allow for fine-tuning queuing behavior.
170
- [ FlowSchemas] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#flowschema-v1alpha1-flowcontrol)
170
+ [ FlowSchemas] (/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#flowschema-v1alpha1-flowcontrol-apiserver-k8s-io )
171
171
are used to classify individual inbound requests, matching each to a single
172
172
PriorityLevelConfiguration.
173
173
You can’t perform that action at this time.
0 commit comments