cert-manager/pkg/controller/acmeorders
Maël Valais e4f981da66 Revert "memory leak: clean up scheduler goroutine on cert deletion"
This reverts commit 641960b6. The reason we decided to revert this is
that we are unsure about the implications of adding the
scheduledWorkQueue.Forget call. The new Forget call is left untested,
and it makes us nervous not to know exactly if it works as intended.

The "Forget" memory leak that we are reverting now is the cause of a
tiny fraction of the overall memory leakage that was fixed in the PR
in the scheduler itself.  Reverting this means that some goroutines will
be leaked, but only when a Certificate gets removed and never recreated
with the same name.

Signed-off-by: Maël Valais <mael@vls.dev>
2021-07-28 19:19:39 +02:00
..
selectors Add godoc comments 2021-05-05 15:59:02 +01:00
BUILD.bazel Refactors creation of ACME Orders controller 2021-05-19 13:11:18 +01:00
checks.go Refactors creation of ACME Orders controller 2021-05-19 13:11:18 +01:00
controller.go Revert "memory leak: clean up scheduler goroutine on cert deletion" 2021-07-28 19:19:39 +02:00
OWNERS Add more OWNERS files with auto-labels 2019-01-24 19:38:31 +00:00
sync_test.go Implements feedback from code review 2021-05-19 13:20:05 +01:00
sync.go Implements feedback from code review 2021-05-19 13:20:05 +01:00
util_test.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util.go static analysis: pkg/controller 2021-05-21 12:03:47 +01:00