cert-manager/pkg/controller/certificates
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
..
internal data race: fix concurrent read and write of secret annotations 2021-07-20 19:50:26 +02:00
issuing issuing controller test: check w.Register error 2021-07-06 12:51:01 +02:00
keymanager added reason prefix for all 2021-04-13 16:40:56 +05:30
metrics Tidy godoc comments 2021-05-05 16:21:24 +01:00
readiness Remove the default renewBefore value 2021-06-11 10:03:12 +01:00
requestmanager Allows for annotations passed from CSR to Order to be filtered 2021-07-27 10:55:09 +01:00
revisionmanager Merge pull request #3960 from wallrj/538-lint-fixes-richardw 2021-05-07 11:50:34 +01:00
trigger Revert "memory leak: clean up scheduler goroutine on cert deletion" 2021-07-28 19:19:39 +02:00
BUILD.bazel Allows for annotations passed from CSR to Order to be filtered 2021-07-27 10:55:09 +01:00
informers.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
listers.go Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
util_test.go Allows for annotations passed from CSR to Order to be filtered 2021-07-27 10:55:09 +01:00
util.go Allows for annotations passed from CSR to Order to be filtered 2021-07-27 10:55:09 +01:00