client-go: fix bootstrap token imports

Kubernetes-commit: 36314bf10b6efafa94e728e986ce2c8d55448654
This commit is contained in:
Dr. Stefan Schimanski 2018-01-17 21:15:02 +01:00 committed by Kubernetes Publisher
parent ce9bf2bd6c
commit 807bb8875b

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. 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 // bootstrap tokens as maintained by the BootstrapSigner and TokenCleaner
// controllers (in pkg/controller/bootstrap) // 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"