(ctx context.Context, opts metav1.ListOptions)
| 86 | return nil, nil |
| 87 | } |
| 88 | func (t *testResourceInterface) List(ctx context.Context, opts metav1.ListOptions) (*unstructured.UnstructuredList, error) { |
| 89 | return nil, nil |
| 90 | } |
| 91 | func (t *testResourceInterface) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) { |
| 92 | return nil, nil |
| 93 | } |
no outgoing calls
no test coverage detected