Merge pull request #91754 from liggitt/csr-v1-client-go-manager

CSR v1 - switch client-go certificate manager utility to v1 by default

Kubernetes-commit: 507cc204044149843ebda8ca64ea2403866a545c
This commit is contained in:
Kubernetes Publisher
2020-06-10 04:39:52 -07:00
parent 3ab7d09ea9
commit 63eae69e3c
3 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -27,7 +27,7 @@ require (
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
k8s.io/api v0.0.0-20200616091053-96dd8b8608bc
k8s.io/apimachinery v0.0.0-20200616090325-1a0ee4aea6d1
k8s.io/apimachinery v0.0.0-20200616090325-96f75771c510
k8s.io/klog/v2 v2.1.0
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66
sigs.k8s.io/yaml v1.2.0
@@ -37,5 +37,5 @@ replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
k8s.io/api => k8s.io/api v0.0.0-20200616091053-96dd8b8608bc
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200616090325-1a0ee4aea6d1
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200616090325-96f75771c510
)