1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

add missing parameter in README

This commit is contained in:
lixiang
2020-11-17 16:10:02 +08:00
parent 4839d5f369
commit 94f07996f7

View File

@@ -182,6 +182,7 @@ These thresholds, `thresholds` and `targetThresholds`, could be tuned as per you
|---|---|
|`thresholds`|map(string:int)|
|`targetThresholds`|map(string:int)|
|`numberOfNodes`|int|
|`thresholdPriority`|int (see [priority filtering](#priority-filtering))|
|`thresholdPriorityClassName`|string (see [priority filtering](#priority-filtering))|