Skip to content

Instantly share code, notes, and snippets.

@frobware
Created September 7, 2017 09:23
Show Gist options
  • Save frobware/dfc3d5d0567630f08e366bd8fc32fe93 to your computer and use it in GitHub Desktop.
Save frobware/dfc3d5d0567630f08e366bd8fc32fe93 to your computer and use it in GitHub Desktop.
func TestOpenAPIDelegationChainPlumbing(t *testing.T) {
// config, tearDown := StartTestServerOrDie(t)
// defer tearDown()
config := framework.NewMasterConfig()
_, _, closeFn := framework.RunAMaster(config)
defer closeFn()
kubeclient, err := kubernetes.NewForConfig(config.GenericConfig.LoopbackClientConfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment