mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Addressed reviewers comments
This commit is contained in:
@@ -164,6 +164,9 @@ func SetDefaults_KubeSchedulerConfiguration(obj *KubeSchedulerConfiguration) {
|
||||
if obj.LockObjectName == "" {
|
||||
obj.LockObjectName = SchedulerDefaultLockObjectName
|
||||
}
|
||||
if obj.PolicyConfigMapNamespace == "" {
|
||||
obj.PolicyConfigMapNamespace = api.NamespaceSystem
|
||||
}
|
||||
}
|
||||
|
||||
func SetDefaults_LeaderElectionConfiguration(obj *LeaderElectionConfiguration) {
|
||||
|
||||
Reference in New Issue
Block a user