Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 2, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/b8d4a9233f378d8610df9280f3abeaa9 to your computer and use it in GitHub Desktop.
Save velotiotech/b8d4a9233f378d8610df9280f3abeaa9 to your computer and use it in GitHub Desktop.
kubeClient, err := apiextension.NewForConfig(config)
if err != nil {
glog.Fatalf("Failed to create client: %v.", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment