mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-02 15:45:09 +00:00
published by bot
(https://github.com/kubernetes/contrib/tree/master/mungegithub) copied from https://github.com/kubernetes/kubernetes.git, branch master, last commit is 81d788dd6e0748e5d53a62c16d933c5f7a0718af
This commit is contained in:
@@ -31,7 +31,7 @@ Sample usage from merged .kubeconfig files (local directory, home directory)
|
||||
if err != nil {
|
||||
// Do something
|
||||
}
|
||||
client, err := unversioned.New(config)
|
||||
client, err := metav1.New(config)
|
||||
// ...
|
||||
*/
|
||||
package clientcmd // import "k8s.io/client-go/tools/clientcmd"
|
||||
|
Reference in New Issue
Block a user