MCPcopy Index your code
hub / github.com/devspace-sh/devspace / ExpectDeleteNamespace

Function ExpectDeleteNamespace

e2e/framework/helper.go:211–214  ·  view source on GitHub ↗
(k *kube.KubeHelper, name string)

Source from the content-addressed store, hash-verified

209}
210
211func ExpectDeleteNamespace(k *kube.KubeHelper, name string) {
212 err := k.DeleteNamespace(name)
213 ExpectNoError(err)
214}

Callers 9

init.goFile · 0.92
proxycommands.goFile · 0.92
terminal.goFile · 0.92
portforward.goFile · 0.92
localregistry.goFile · 0.92
pipelines.goFile · 0.92
replacepods.goFile · 0.92
restarthelper.goFile · 0.92
dependencies.goFile · 0.92

Calls 2

ExpectNoErrorFunction · 0.85
DeleteNamespaceMethod · 0.80

Tested by

no test coverage detected