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 3e9d11b commit 5751998Copy full SHA for 5751998
cluster-autoscaler/config/flags/flags.go
@@ -221,6 +221,7 @@ var (
221
222
var autoscalingOptions *config.AutoscalingOptions
223
224
+// AutoscalingOptions returns the singleton instance of AutoscalingOptions, initializing it if necessary.
225
func AutoscalingOptions() config.AutoscalingOptions {
226
if autoscalingOptions == nil {
227
newAutoscalingOptions := createAutoscalingOptions()
0 commit comments