1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

Update componentconfig types.

This commit is contained in:
Avesh Agarwal
2017-07-30 18:29:53 -04:00
parent b389610d57
commit b050ebc406

View File

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