Implement gateway class controller in Rust
This PR implements the gateway class controller in Rust.
It does the following:
- [x] Creates a
GatewayClasscontroller that marks managed GatewayClass resources as accepted - [x] Updates the
Gatewaycontroller to verify that anyGatewayClassis accepted before programming routes - [x] Defines
HasConditionstrait to enable the creation and usage of a genericset_conditionutil function across both our existing controllers.
To Do:
- [ ] Add integration tests for
GatewayClassand Gateway which mirror our previous Golang-based tests
Closes #300.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: EandrewJones Once this PR has been reviewed and has the lgtm label, please assign astoycos for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@shaneutt @aryan9600 Looking for some light guidance to make sure this is on track before I go ahead with writing the integration tests.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the PR is closed
You can:
- Mark this PR as fresh with
/remove-lifecycle stale - Close this PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Rebased and merged in 61ed8673c1bbbe51028122736a6f0276627ccef1 :+1: