client-go
client-go copied to clipboard
sanitizedTLSClientConfig not declared by package rest
....... config, err := clientcmd.BuildConfigFromFlags("", *kubeconfig) fmt.Println(config) ......
When the above code is executed, an error occurs: sanitizedTLSClientConfig not declared by package rest
how should i solve it,Thank u