From c8a491caea487155870830f423f9deaad499ed0d Mon Sep 17 00:00:00 2001 From: Sukeesh Date: Tue, 25 Jun 2019 22:43:44 +0900 Subject: [PATCH] Update doc.go in staging/src/k8s.io/ Kubernetes-commit: c8bd20d1b289eadb6abc20f0868f4a5a6a668035 --- discovery/doc.go | 2 +- scale/doc.go | 2 +- util/workqueue/doc.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/doc.go b/discovery/doc.go index 76495588..6baa1ef2 100644 --- a/discovery/doc.go +++ b/discovery/doc.go @@ -16,4 +16,4 @@ limitations under the License. // Package discovery provides ways to discover server-supported // API groups, versions and resources. -package discovery +package discovery // import "k8s.io/client-go/discovery" diff --git a/scale/doc.go b/scale/doc.go index 59fd3914..b6fa3f5f 100644 --- a/scale/doc.go +++ b/scale/doc.go @@ -18,4 +18,4 @@ limitations under the License. // and updating Scale for any resource which implements the `scale` subresource, // as long as that subresource operates on a version of scale convertable to // autoscaling.Scale. -package scale +package scale // import "k8s.io/client-go/scale" diff --git a/util/workqueue/doc.go b/util/workqueue/doc.go index 2a00c74a..a5c976e0 100644 --- a/util/workqueue/doc.go +++ b/util/workqueue/doc.go @@ -23,4 +23,4 @@ limitations under the License. // * Multiple consumers and producers. In particular, it is allowed for an // item to be reenqueued while it is being processed. // * Shutdown notifications. -package workqueue +package workqueue // import "k8s.io/client-go/util/workqueue"