added algorithm provider cli option to the kube-scheduler command and renamed default provider to follow naming convention

This commit is contained in:
Mike Danese
2015-01-15 16:27:25 -08:00
parent e12a78cb1d
commit e3da5e15bc
2 changed files with 15 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ var (
)
const (
DefaultProvider = "default"
DefaultProvider = "DefaultProvider"
)
type AlgorithmProviderConfig struct {