"pkg/controller/ehpa/effective_hpa_controller.go" did not exist on "98229deec3f2b7ae645a47b87342847c194df3e7"
-
Matthew Hooker authored
Run now takes a context as well as a statebag. We'll assign the context to the blank identifier to prevent namespace collisions. We'll let the step authors opt-in to using the context. `find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
a831d522