Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
211
func
ExpectDeleteNamespace(k *kube.KubeHelper, name string) {
212
err := k.DeleteNamespace(name)
213
ExpectNoError(err)
214
}
Callers
9
init.go
File · 0.92
proxycommands.go
File · 0.92
terminal.go
File · 0.92
portforward.go
File · 0.92
localregistry.go
File · 0.92
pipelines.go
File · 0.92
replacepods.go
File · 0.92
restarthelper.go
File · 0.92
dependencies.go
File · 0.92
Calls
2
ExpectNoError
Function · 0.85
DeleteNamespace
Method · 0.80
Tested by
no test coverage detected