nodeSelectorValidator validates against the nodeSelector
| 34 | |
| 35 | // nodeSelectorValidator validates against the nodeSelector |
| 36 | type nodeSelectorValidator struct { |
| 37 | client client.Client |
| 38 | } |
| 39 | |
| 40 | // NewNodeSelectorValidator returns a new instance of nodeselector validator |
| 41 | func NewNodeSelectorValidator(c client.Client) Validator { |
nothing calls this directly
no outgoing calls
no test coverage detected