From 807bb8875be9fe26991015029e17a7b9928e0987 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Wed, 17 Jan 2018 21:15:02 +0100 Subject: [PATCH] client-go: fix bootstrap token imports Kubernetes-commit: 36314bf10b6efafa94e728e986ce2c8d55448654 --- tools/bootstrap/token/api/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bootstrap/token/api/doc.go b/tools/bootstrap/token/api/doc.go index 72738711..b9910c35 100644 --- a/tools/bootstrap/token/api/doc.go +++ b/tools/bootstrap/token/api/doc.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package api (pkg/bootstrap/api) contains constants and types needed for +// Package api (pkg/bootstrap/token/api) contains constants and types needed for // bootstrap tokens as maintained by the BootstrapSigner and TokenCleaner // controllers (in pkg/controller/bootstrap) -package api // import "k8s.io/client-go/tools/bootstrap/api" +package api // import "k8s.io/client-go/tools/bootstrap/token/api"