Skip to content

[APIP] Update Operator helm-chart#2749

Draft
DDH13 wants to merge 1 commit into
wso2:mainfrom
DDH13:main.helm-1.2
Draft

[APIP] Update Operator helm-chart#2749
DDH13 wants to merge 1 commit into
wso2:mainfrom
DDH13:main.helm-1.2

Conversation

@DDH13

@DDH13 DDH13 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This pull request introduces a new v1 API version for several core CRDs in the gateway operator, including APIGateway, ApiKey, and Certificate. It adds type definitions, status fields, and conversion hub implementations for these resources, enabling future-proofing and versioned schema evolution. Additionally, it updates the project configuration to register the new v1 resources and enables conversion webhooks for seamless migration between versions.

New v1 API types and conversion support:

  • API Resource Definitions

    • Added v1 API type definitions for APIGateway (apigateway_types.go), ApiKey (apikey_types.go), Certificate (certificate_types.go), and supporting types (common_types.go). These include detailed spec and status fields, validation, and comments to mirror the management API and improve CRD usability. [1] [2] [3] [4]
    • Introduced a versioned group registration and scheme builder for v1 resources (groupversion_info.go).
  • Conversion Webhook and Versioning

    • Implemented the conversion hub interfaces for all new v1 resources in conversion.go, marking them as the canonical storage version for CRD conversion webhooks.
    • Updated the PROJECT config to register v1 versions of RestApi and APIGateway, enabling conversion webhooks for these resources. [1] [2]

These changes lay the foundation for supporting multiple CRD versions and enable seamless upgrades and schema evolution for the gateway operator.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 54773e18-9a54-4eb6-8907-afb35834e095

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DDH13 DDH13 changed the title [APIP] Add Subscription CRDs with webhook support and Helm chart updates [APIP] Add Subscription CRDs and promote gateway-operator CRDs to v1 Jul 20, 2026
@DDH13 DDH13 changed the title [APIP] Add Subscription CRDs and promote gateway-operator CRDs to v1 [APIP] Update Operator helm-chart Jul 20, 2026
- Introduced CustomResourceDefinitions for SubscriptionPlan and Subscription, enabling management of subscription plans and subscriptions within the WSO2 API Gateway.
- Implemented a conversion webhook for the CRDs, allowing for seamless versioning and updates.
- Enhanced the operator deployment to support webhook functionality, including dynamic port configuration and certificate management.
- Added a service for the webhook to facilitate communication between the operator and the Kubernetes API.
- Updated Helm chart values to include configuration options for enabling/disabling the webhook and setting certificate validity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant