Replace k8s.io/client-go/scale
with controller-runtime client
#4013
Labels
feature-request
All issues for new features that have not been committed to
help wanted
Looking for support from community
stale-bot-ignore
All issues that should not be automatically closed by our stale bot
Proposal
controller-runtime client will soon support accessing
/scale
subresource:kubernetes-sigs/controller-runtime#2094
kubernetes-sigs/controller-runtime#172
Once a version of controller-runtime with this change is released we should use it and consolidate our codebase ->
replace
k8s.io/client-go/scale
with controller-runtime client.It is in the ScaledObject controller and scale executor:
keda/controllers/keda/scaledobject_controller.go
Line 67 in f4bee67
keda/pkg/scaling/executor/scale_executor.go
Line 47 in f4bee67
The text was updated successfully, but these errors were encountered: