File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -137,4 +137,6 @@ type AutoscalingOptions struct {
137137 IgnoredTaints []string
138138 // AWSUseStaticInstanceList tells if AWS cloud provider use static instance type list or dynamically fetch from remote APIs.
139139 AWSUseStaticInstanceList bool
140+ // Path to kube configuration if available
141+ KubeConfigPath string
140142}
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ func createAutoscalingOptions() config.AutoscalingOptions {
235235 Regional : * regional ,
236236 NewPodScaleUpDelay : * newPodScaleUpDelay ,
237237 IgnoredTaints : * ignoreTaintsFlag ,
238+ KubeConfigPath : * kubeConfigFile ,
238239 NodeDeletionDelayTimeout : * nodeDeletionDelayTimeout ,
239240 AWSUseStaticInstanceList : * awsUseStaticInstanceList ,
240241 }
You can’t perform that action at this time.
0 commit comments