cert-manager/pkg
Richard Wall 1fc14676f6 Move deprecated type definitions to the internal package
find pkg/apis/{acme,certmanager} -mindepth 1 -maxdepth 1 -not -name v1  -type d | while read d; do v=$(basename $d); g=$(basename $(dirname $d)); git mv -k $d/*.go internal/apis/$g/$v/; done

find pkg/apis/{acme,certmanager} -mindepth 1 -maxdepth 1 -not -name v1  -type d | while read d; do v=$(basename $d); g=$(basename $(dirname $d)); git rm -rf $d/; done

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-12-16 11:11:04 +00:00
..
acme Uses go/crypto ListCertAlternates function to fetch alternative certificate chains 2021-10-07 15:21:26 +01:00
api add comments to satisfy linter 2021-11-04 18:15:46 +01:00
apis Move deprecated type definitions to the internal package 2021-12-16 11:11:04 +00:00
client ./hack/update-bazel.sh 2021-12-15 16:41:15 +00:00
controller Change certificates controller to no longer error for a Certificate that 2021-11-30 15:13:14 +00:00
ctl Replace all references to pkg/internal with internal 2021-10-21 12:27:04 +01:00
feature The gateway-api support is now gated behind --feature-gate=ExperimentalGatewayAPISupport=true 2021-08-05 14:37:54 +01:00
issuer add comments to satisfy linter 2021-11-04 18:15:46 +01:00
logs Fix some lint issues regarding comments 2021-11-02 13:57:20 +03:00
metrics Fix tests after metrics comment changes. 2021-12-07 07:42:27 +00:00
scheduler
util Only consider running pods when checking version 2021-11-23 11:32:10 -05:00
webhook Test conversion code using sample CRDs and remove conversion configuration from cert-manager CRDs 2021-12-14 17:33:22 +00:00