Skip to content

Instantly share code, notes, and snippets.

@anfernee
Created August 24, 2018 20:32
Show Gist options
  • Select an option

  • Save anfernee/0e983a2f0313f58e0dc2eae0c0046387 to your computer and use it in GitHub Desktop.

Select an option

Save anfernee/0e983a2f0313f58e0dc2eae0c0046387 to your computer and use it in GitHub Desktop.
testenv for k8s
testenv := test.NewTestEnvironment()
shutdown := make(chan struct{})
cfg := testenv.Start(apis.GetAllApiBuilders(), openapi.GetOpenAPIDefinitions)
si := sharedinformers.NewSharedInformers(cfg, shutdown)
defer func() {
testenv.Stop()
close(shutdown)
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment