Implement `ServerSelector` in `ServerClaimReconciler`
afritzler opened this issue · 0 comments
afritzler commented
Summary
We expose the ServerSelector
in the ServerClaim
typ to schedule a claim to a Server
which matches the label selector in the ServerSelector
field. However currently the selector is not implemented in the claim reconciler.
Expected outcome
- Implementation handling the
serverSelector
in theServerClaim
- Unit tests ensuring the correct behaviour