Skip to content
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

feat: define konnect transit gateway #375

Merged
merged 11 commits into from
Apr 11, 2025

Conversation

randmonkey
Copy link
Contributor

@randmonkey randmonkey commented Apr 2, 2025

What this PR does / why we need it:
Define KonnectCloudGatewayTransitGateway CRD to describe a Konnect transit gateway:

Konnect transit gatesay
Which issue this PR fixes

Fixes #312

Special notes for your reviewer:
Todo:

  • Add Get*** and Set*** methods to implement interfaces used in KGO
  • Add example and crd validation tests

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@randmonkey randmonkey self-assigned this Apr 2, 2025
@randmonkey randmonkey added this to the KGO v1.6.x milestone Apr 2, 2025
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch from 0873db3 to 2c79dbf Compare April 2, 2025 08:10
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch 3 times, most recently from 8dd0a61 to 9d684eb Compare April 3, 2025 05:57
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 important thing to note is that together with new CRDs or new fields, we'll want to add CRD validations tests so let's make sure to include those in this PR

@randmonkey randmonkey requested a review from pmalek April 7, 2025 09:17
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch from 91fa75f to 6a740e9 Compare April 7, 2025 09:19
@randmonkey randmonkey marked this pull request as ready for review April 7, 2025 09:19
@randmonkey randmonkey requested a review from a team as a code owner April 7, 2025 09:19
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch from 6a740e9 to 9312dd4 Compare April 9, 2025 06:42
@randmonkey randmonkey requested a review from pmalek April 10, 2025 10:22
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch from edf11ee to 0680a28 Compare April 10, 2025 12:06
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a sample manifest - https://github.com/Kong/kubernetes-configuration/tree/main/config/samples - to this PR?

This - apart from serving a purpose of being informative - also ensures that these actually works (through test.samples on CI).

@randmonkey
Copy link
Contributor Author

Can we add a sample manifest - https://github.com/Kong/kubernetes-configuration/tree/main/config/samples - to this PR?

This - apart from serving a purpose of being informative - also ensures that these actually works (through test.samples on CI).

Done. Added a sample.

@randmonkey randmonkey requested a review from pmalek April 11, 2025 03:16
@randmonkey randmonkey force-pushed the feat/define_konnect_transit_gateway branch from 0680a28 to 0ac9034 Compare April 11, 2025 07:18
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@randmonkey randmonkey enabled auto-merge (squash) April 11, 2025 12:10
@randmonkey randmonkey merged commit 7dde593 into main Apr 11, 2025
12 checks passed
@randmonkey randmonkey deleted the feat/define_konnect_transit_gateway branch April 11, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create KonnectCloudGatewayTransitGateway CRD
2 participants