aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/go.mod
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-10-23 08:34:41 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-10-26 10:09:19 +0100
commit27eb5220a1e33ac8180c64414827c6923b448580 (patch)
tree8fefc4981c03df13ea03ca36545cb584e82de128 /certServiceK8sExternalProvider/go.mod
parentee23e5f54f96807b1f1fff0b45238a247d3dd8e0 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add logging of not supported/overridden CSR info
Issue-ID: OOM-2559 Change-Id: I0199712e70d65650dd7ce0c0b95537373f94f7a4 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Diffstat (limited to 'certServiceK8sExternalProvider/go.mod')
-rw-r--r--certServiceK8sExternalProvider/go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/certServiceK8sExternalProvider/go.mod b/certServiceK8sExternalProvider/go.mod
index 9bc7d725..f4626d81 100644
--- a/certServiceK8sExternalProvider/go.mod
+++ b/certServiceK8sExternalProvider/go.mod
@@ -35,6 +35,7 @@ require (
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
+ k8s.io/klog/v2 v2.3.0
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/controller-runtime v0.6.2
)