From 0979672672b067e0ccf0b7706eb526ce2ab20440 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Wed, 7 Feb 2018 15:48:46 -0800 Subject: [PATCH] generated Kubernetes-commit: 01801ae13a86c10cd343c329f5224ab47272f826 --- Godeps/Godeps.json | 12 ++++++++++++ Godeps/OWNERS | 2 ++ 2 files changed, 14 insertions(+) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a88b4c56c..09ac944bb 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1510,10 +1510,22 @@ "ImportPath": "k8s.io/client-go/listers/storage/v1beta1", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, + { + "ImportPath": "k8s.io/client-go/pkg/apis/clientauthentication", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + { + "ImportPath": "k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, { "ImportPath": "k8s.io/client-go/pkg/version", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, + { + "ImportPath": "k8s.io/client-go/plugin/pkg/client/auth/exec", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, { "ImportPath": "k8s.io/client-go/rest", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/Godeps/OWNERS b/Godeps/OWNERS index 3d49f3060..ca3bdf4cc 100644 --- a/Godeps/OWNERS +++ b/Godeps/OWNERS @@ -1,2 +1,4 @@ +reviewers: +- dep-reviewers approvers: - dep-approvers