We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7033203 commit 7b8fa02Copy full SHA for 7b8fa02
vertical-pod-autoscaler/pkg/updater/main.go
@@ -160,6 +160,7 @@ const (
160
defaultRetryPeriod = 2 * time.Second
161
)
162
163
+// defaultLeaderElectionConfiguration provides default leader election
164
func defaultLeaderElectionConfiguration() componentbaseconfig.LeaderElectionConfiguration {
165
return componentbaseconfig.LeaderElectionConfiguration{
166
LeaderElect: false,
0 commit comments