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