-
Notifications
You must be signed in to change notification settings - Fork 31
feat(routing-table): provide rt and routes functionality #1023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5b9fe56 to
45f6702
Compare
|
Update waiting for go-sdk iaas api update ^ |
45f6702 to
c79ff62
Compare
e8c2521 to
826b579
Compare
fd94802 to
4df31e5
Compare
25a8f19 to
75cddf2
Compare
75cddf2 to
208163f
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
208163f to
5754ce4
Compare
|
Rebased PR and added the option to update system_routes flag of a routing-table since it was added to the GO-SDK in the meanwhile: https://github.com/stackitcloud/stackit-sdk-go/blob/main/services/iaas/CHANGELOG.md#v130 |
d4c03cb to
0178594
Compare
Description
This PR adds functionality to list and describe routing tables, as well as perform full CRUD operations on routes within those tables. It does not include support for creating or attaching routing tables, as those operations are currently intended to be managed exclusively through Terraform.
This implementation is primarily aimed at enabling users to inspect and debug routes created via Terraform. Once the routing table feature reaches GA, support for creating routing tables and attaching them to networks will be added to the CLI.
Checklist
make fmtmake generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)