From 5920e483332745718037889a7a540d2af7ba13ee Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Tue, 30 May 2017 13:43:20 -0700 Subject: [PATCH] add myself and liggitt to pkg/kubelet/certificats OWNERs For as long a kubelet is using the internal client, this certificate manager is bound to the kubelet. Once kubelet has moved to client-go we plan to extract this library to be general purpose. In the meantime, liggitt and I should handle reviews of this code. --- pkg/kubelet/certificate/OWNER | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkg/kubelet/certificate/OWNER diff --git a/pkg/kubelet/certificate/OWNER b/pkg/kubelet/certificate/OWNER new file mode 100644 index 00000000000..f1008c19efa --- /dev/null +++ b/pkg/kubelet/certificate/OWNER @@ -0,0 +1,6 @@ +reviewers: +- mikedanese +- liggit +approvers: +- mikedanese +- liggit