update comment code mistake
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user