NamespaceMutator is an autogenerated mock type for the NamespaceMutator type
| 18 | |
| 19 | // NamespaceMutator is an autogenerated mock type for the NamespaceMutator type |
| 20 | type NamespaceMutator struct { |
| 21 | mock.Mock |
| 22 | } |
| 23 | |
| 24 | // CreateNamespace provides a mock function with given fields: namespace |
| 25 | func (_m *NamespaceMutator) CreateNamespace(namespace string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected