added algorithm provider cli option to the kube-scheduler command and renamed default provider to follow naming convention
This commit is contained in:
@@ -36,7 +36,7 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultProvider = "default"
|
||||
DefaultProvider = "DefaultProvider"
|
||||
)
|
||||
|
||||
type AlgorithmProviderConfig struct {
|
||||
|
Reference in New Issue
Block a user