mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Rename ListPods methods to List.
For greater similarity to pkg/client. Does not cover registry's ListPods. Fix an example in a comment.
This commit is contained in:
@@ -58,7 +58,7 @@ Example:
|
||||
clientConfig.Host = "example.com:4901"
|
||||
clientConfig = info.MergeWithConfig()
|
||||
client := client.New(clientConfig)
|
||||
client.ListPods()
|
||||
client.Pods(ns).List()
|
||||
*/
|
||||
package clientauth
|
||||
|
||||
|
Reference in New Issue
Block a user