update comment code mistake

Kubernetes-commit: 58687b891fc8ae2fd226ffd67f8e1c2e06db1a1b
This commit is contained in:
zouyee 2017-09-20 17:50:17 +08:00 committed by Kubernetes Publisher
parent 82aa063804
commit 1d75f4f0f1

View File

@ -26,7 +26,7 @@ import (
// ClientPool manages a pool of dynamic clients. // ClientPool manages a pool of dynamic clients.
type ClientPool interface { type ClientPool interface {
// ClientForGroupVersionKind returns a client configured for the specified groupVersionResource. // ClientForGroupVersionResource returns a client configured for the specified groupVersionResource.
// Resource may be empty. // Resource may be empty.
ClientForGroupVersionResource(resource schema.GroupVersionResource) (Interface, error) ClientForGroupVersionResource(resource schema.GroupVersionResource) (Interface, error)
// ClientForGroupVersionKind returns a client configured for the specified groupVersionKind. // ClientForGroupVersionKind returns a client configured for the specified groupVersionKind.