Skip to content

Conversation

@h3adex
Copy link
Contributor

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.

Screenshot 2025-10-10 at 16 22 40

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@h3adexh3adex requested a review from a team as a code ownerOctober 10, 2025 14:23
@h3adexh3adexforce-pushed the feat/add-rt-support branch from 5b9fe56 to 45f6702CompareOctober 10, 2025 14:24
@h3adex
Copy link
ContributorAuthor

Update waiting for go-sdk iaas api update ^

@h3adexh3adexforce-pushed the feat/add-rt-support branch from 45f6702 to c79ff62CompareOctober 27, 2025 13:27
@h3adexh3adexforce-pushed the feat/add-rt-support branch 20 times, most recently from e8c2521 to 826b579CompareNovember 5, 2025 15:20
@github-actions
Copy link

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.

@h3adex
Copy link
ContributorAuthor

h3adex commented Jan 9, 2026

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

@h3adexh3adexforce-pushed the feat/add-rt-support branch from d4c03cb to 0178594CompareJanuary 9, 2026 09:41
@rubenhoenle
Copy link
Member

@h3adex Please consider splitting such changes into smaller PRs next time (e.g. one PR for introducing routing tables and one PR for introducing routes). This PR is pretty hard to handle in it's current state. 😅

@rubenhoenlerubenhoenle added needs-work PR needs work from author. and removed ignore-stale labels Jan 19, 2026
@h3adexh3adexforce-pushed the feat/add-rt-support branch from 0178594 to b9dbaefCompareJanuary 19, 2026 14:14
@rubenhoenle
Copy link
Member

@h3adex Could you please resolve the open comments?

@h3adexh3adexforce-pushed the feat/add-rt-support branch 2 times, most recently from d519df9 to d39eb14CompareJanuary 19, 2026 14:28
@h3adexh3adexforce-pushed the feat/add-rt-support branch from d39eb14 to d8f4c9fCompareJanuary 20, 2026 09:48
@github-actions
Copy link

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.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@h3adex@rubenhoenle@marceljk