MCPcopy Create free account
hub / github.com/flant/shell-operator / removeNamespace

Function removeNamespace

test/integration/kubeclient/object_patch_test.go:219–221  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

217}
218
219func removeNamespace(name string) error {
220 return ObjectPatcher.ExecuteOperation(objectpatch.NewDeleteOperation("", "Namespace", "", name))
221}
222
223func generateUnstructured(obj interface{}) (*unstructured.Unstructured, error) {
224 var (

Callers 1

Calls 1

ExecuteOperationMethod · 0.80

Tested by

no test coverage detected