From 7dcd3889e539f38664e148f93cb6fe012c8c6cef Mon Sep 17 00:00:00 2001 From: BenHinthorne Date: Tue, 18 Jun 2024 11:51:16 -0400 Subject: [PATCH] remove option --- cluster-autoscaler/config/autoscaling_options.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster-autoscaler/config/autoscaling_options.go b/cluster-autoscaler/config/autoscaling_options.go index f2532a81a5cb..585cdc1d636b 100644 --- a/cluster-autoscaler/config/autoscaling_options.go +++ b/cluster-autoscaler/config/autoscaling_options.go @@ -121,8 +121,6 @@ type AutoscalingOptions struct { GRPCExpanderCert string // GRPCExpanderURL is the url of the gRPC server when using the gRPC expander GRPCExpanderURL string - // IncludeSimilarNodegroupsInExpanderOptions is whether CA will include similar nodegroups in its request to the gRPC expander - IncludeSimilarNodegroupsInExpanderOptions bool // IgnoreMirrorPodsUtilization is whether CA will ignore Mirror pods when calculating resource utilization for scaling down IgnoreMirrorPodsUtilization bool // MaxGracefulTerminationSec is maximum number of seconds scale down waits for pods to terminate before