cert-manager v1.8.2

This includes switching to go 1.17.

Signed-off-by: Marko Vukovic <anonsoftware@gmail.com>
This commit is contained in:
Marko Vukovic
2022-07-27 16:25:43 -07:00
parent 97ebc9b1dd
commit 4c4d1576da
7 changed files with 337 additions and 70 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ import (
//"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
"github.com/jetstack/cert-manager/pkg/acme/webhook/cmd"
"github.com/cert-manager/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
"github.com/cert-manager/cert-manager/pkg/acme/webhook/cmd"
)
var GroupName = os.Getenv("GROUP_NAME")
@@ -32,7 +32,7 @@ func main() {
// customDNSProviderSolver implements the provider-specific logic needed to
// 'present' an ACME challenge TXT record for your own DNS provider.
// To do so, it must implement the `github.com/jetstack/cert-manager/pkg/acme/webhook.Solver`
// To do so, it must implement the `github.com/cert-manager/cert-manager/pkg/acme/webhook.Solver`
// interface.
type customDNSProviderSolver struct {
// If a Kubernetes 'clientset' is needed, you must: