Validator provides interface to validate NVIDIADriver fields
| 29 | |
| 30 | // Validator provides interface to validate NVIDIADriver fields |
| 31 | type Validator interface { |
| 32 | Validate(ctx context.Context, cr *nvidiav1alpha1.NVIDIADriver) error |
| 33 | } |
| 34 | |
| 35 | // nodeSelectorValidator validates against the nodeSelector |
| 36 | type nodeSelectorValidator struct { |
no outgoing calls
no test coverage detected