client-go icon indicating copy to clipboard operation
client-go copied to clipboard

sanitizedTLSClientConfig not declared by package rest

Open qyk1995 opened this issue 2 years ago • 0 comments

....... 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

qyk1995 avatar Jul 20 '22 06:07 qyk1995