mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-20 02:28:20 +00:00
Move pkg/kubelet/util/csr into client-go
Everything else it depends on was already there, and now we have a somewhat consistent code chain. Kubernetes-commit: 5649f9a578f4f130f61579d77d5609fbdaf82a1f
This commit is contained in:
committed by
Kubernetes Publisher
parent
f7a735a8c2
commit
1372839f29
@@ -35,7 +35,7 @@ import (
|
||||
"k8s.io/apimachinery/pkg/util/wait"
|
||||
certificatesclient "k8s.io/client-go/kubernetes/typed/certificates/v1beta1"
|
||||
"k8s.io/client-go/util/cert"
|
||||
"k8s.io/kubernetes/pkg/kubelet/util/csr"
|
||||
"k8s.io/client-go/util/certificate/csr"
|
||||
)
|
||||
|
||||
// certificateWaitBackoff controls the amount and timing of retries when the
|
||||
|
Reference in New Issue
Block a user