File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ func buildAutoscaler(context ctx.Context, debuggingSnapshotter debuggingsnapshot
193
193
}
194
194
if capacitybufferClientError == nil && capacitybufferClient != nil {
195
195
bufferPodInjector := cbprocessor .NewCapacityBufferPodListProcessor (capacitybufferClient , []string {common .ActiveProvisioningStrategy })
196
- podListProcessor . AddProcessor ( bufferPodInjector )
196
+ podListProcessor = pods . NewCombinedPodListProcessor ([]pods. PodListProcessor { bufferPodInjector , podListProcessor } )
197
197
opts .Processors .ScaleUpStatusProcessor = status .NewCombinedScaleUpStatusProcessor ([]status.ScaleUpStatusProcessor {cbprocessor .NewFakePodsScaleUpStatusProcessor (), opts .Processors .ScaleUpStatusProcessor })
198
198
}
199
199
}
You can’t perform that action at this time.
0 commit comments