FakeNodeSelectorValidator always returns CustomError if set
| 57 | |
| 58 | // FakeNodeSelectorValidator always returns CustomError if set |
| 59 | type FakeNodeSelectorValidator struct { |
| 60 | CustomError error |
| 61 | } |
| 62 | |
| 63 | // Validate always returns CustomError if set |
| 64 | func (f *FakeNodeSelectorValidator) Validate(ctx context.Context, cr *nvidiav1alpha1.NVIDIADriver) error { |
nothing calls this directly
no outgoing calls
no test coverage detected