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

Implement node selectors to retrieve node list based on provided query.

This commit is contained in:
Avesh Agarwal
2017-11-08 16:11:28 -05:00
parent 5d3f987dde
commit c29c9db41e
6 changed files with 36 additions and 4 deletions

View File

@@ -37,4 +37,7 @@ type DeschedulerConfiguration struct {
// Dry run
DryRun bool `json:"dryRun,omitempty"`
// Node selectors
NodeSelector string `json:"nodeSelector,omitempty"`
}