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

Update rescheduler's component config.

This commit is contained in:
Avesh Agarwal
2017-07-29 11:40:06 -04:00
parent 3ec720e544
commit f6e9438ba9

View File

@@ -28,5 +28,5 @@ type ReschedulerConfiguration struct {
KubeConfigFile string `json:"kubeConfigFile"`
// PolicyConfigFile is the filepath to the rescheduler policy configuration.
PolicyConfigFile string `json:"policyConfigFile"`
PolicyConfigFile string `json:"policyConfigFile,,omitempty"`
}