mirror of https://github.com/k3s-io/k3s
Merge pull request #52778 from zouyee/mis
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. update comment code mistake **What this PR does / why we need it**: update comment code mistakepull/6/head
commit
798e5805d7
|
@ -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