cert-manager/pkg/webhook
Ashley Davis 209c252005
Move webhook testing package to core module
This package was used by at least one external importer [1] and so the
change to make the webhook live in a separate package caused an issue
which @irbekrm reported on slack. [2]

This PR moves the webhook testing code into the core cert-manager module
so it'll be importable anywhere (albeit under a new name). This change
also requires moving the webhook options into the core cert-manager
module since they're required by the webhook testing logic.

[1] 268cd2fdba/test/env/env.go (L25)

[2] https://kubernetes.slack.com/archives/CDEQJ0Q8M/p1683650224483169

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-05-09 18:40:03 +01:00
..
admission apply go fmt for go1.19 2022-08-04 09:51:57 +00:00
authority replace deprecated PollImmediateUntil with PollUntilContextCancel 2023-05-07 10:15:46 +02:00
configfile remove ioutil 2023-04-07 11:19:52 +02:00
handlers Bump sigs.k8s.io/controller-tools to v0.12.0 2023-05-05 16:32:25 +01:00
options Move webhook testing package to core module 2023-05-09 18:40:03 +01:00
server replace deprecated PollImmediateUntil with PollUntilContextCancel 2023-05-07 10:15:46 +02:00