cert-manager/pkg
Jake Sanders 0d93b93fc5
Feature: Support both v1 and v1beta1 ingresses.
Kubernetes is removing support for the v1beta1 Ingress type in 1.22: https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#api-changes
However, we still wish to support k8s v1.16 until mid 2022 when Openshift 3 becomes out of support.

cert-manager will now use v1 Ingress if available by using the discovery API.

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
2021-07-26 18:29:42 +01:00
..
acme set correct exit codes when exiting 2021-07-22 12:57:08 +02:00
api Add explicit WithObservedGeneration versions of the Wait and Condition functions 2021-06-29 15:48:13 +02:00
apis Adds CertificateSigningRequest venafi annotations to experimental API 2021-07-19 15:50:23 +01:00
client
controller Feature: Support both v1 and v1beta1 ingresses. 2021-07-26 18:29:42 +01:00
ctl
feature Moves CertificateSigningRequest controller to feature gate flag 2021-05-27 12:00:56 +01:00
internal Feature: Support both v1 and v1beta1 ingresses. 2021-07-26 18:29:42 +01:00
issuer Feature: Support both v1 and v1beta1 ingresses. 2021-07-26 18:29:42 +01:00
logs linter party: receiver name should be omitted instead of _ (ST1006) 2021-07-06 12:51:01 +02:00
metrics run ./hack/update-bazel.sh 2021-06-15 17:48:31 +00:00
scheduler memory leak: clean up scheduler goroutine on certificate deletion 2021-07-23 16:57:10 +02:00
util Merge pull request #4230 from inteon/fix_exit_codes 2021-07-23 13:06:09 +01:00
webhook