| 35 | } |
| 36 | |
| 37 | type testMetadataAccessor struct{} |
| 38 | |
| 39 | func (t *testMetadataAccessor) Namespace(obj runtime.Object) (string, error) { |
| 40 | if obj.GetObjectKind().GroupVersionKind().Kind == "fail-namespace" { |
nothing calls this directly
no outgoing calls
no test coverage detected