aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/main.go
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-14 13:54:17 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-10-14 14:04:43 +0200
commit720466562b0ea1e67ff36f44e0d95645837316d4 (patch)
tree94f2a255b596dee88ab1b08e4d589edeb585afa0 /certServiceK8sExternalProvider/main.go
parent9e42e7b6b524034035e94221098d1374f34c5165 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Mock implementaion enhanced
Libs upgraded. Use v1 version of the resources. Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I009ff3ca8c3e84863dcf5cea290c8968280ca8ec
Diffstat (limited to 'certServiceK8sExternalProvider/main.go')
-rw-r--r--certServiceK8sExternalProvider/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/certServiceK8sExternalProvider/main.go b/certServiceK8sExternalProvider/main.go
index 71b6be5d..52c8280c 100644
--- a/certServiceK8sExternalProvider/main.go
+++ b/certServiceK8sExternalProvider/main.go
@@ -28,7 +28,7 @@ package main
import (
"flag"
"fmt"
- certmanager "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha2"
+ certmanager "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
"k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
@@ -53,7 +53,7 @@ func init() {
func main() {
fmt.Println()
- fmt.Println(" *** Cert Service Provider v1.0.0 ***")
+ fmt.Println(" *** Cert Service Provider v1.0.1 ***")
fmt.Println()
setupLog.Info("Parsing arguments...")