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

Update rescheduler's component configuration.

This commit is contained in:
Avesh Agarwal
2017-07-29 11:06:26 -04:00
parent 34d88ab9ce
commit 3ec720e544
2 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ import (
type ReschedulerConfiguration struct {
metav1.TypeMeta
// KubeConfigFile is path to kubeconfig file with authorization and master
// location information.
KubeConfigFile string
// PolicyConfigFile is the filepath to the rescheduler policy configuration.
PolicyConfigFile string
}

View File

@@ -23,6 +23,10 @@ import (
type ReschedulerConfiguration struct {
metav1.TypeMeta `json:",inline"`
// KubeConfigFile is path to kubeconfig file with authorization and master
// location information.
KubeConfigFile string `json:"kubeConfigFile"`
// PolicyConfigFile is the filepath to the rescheduler policy configuration.
PolicyConfigFile string `json:"policyConfigFile"`
}