mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
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