mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-04 10:46:16 +00:00
update comment code mistake
Kubernetes-commit: 58687b891fc8ae2fd226ffd67f8e1c2e06db1a1b
This commit is contained in:
parent
82aa063804
commit
1d75f4f0f1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user