Skip to content

Track skipped v1alpha1 tests for KonnectGatewayControlPlane due to missing v1alpha1↔v1alpha2 conversion logic #504

Description

@alacuku

Problem Statement

Several tests in konnectgatewaycontrolplane_test.go are currently skipped when v1alpha2 is the storage version, due to missing conversion logic between v1alpha1 and v1alpha2 for KonnectGatewayControlPlane. These tests are marked with a skip reason such as:

"Fails when v1alpha2 is the storage version due to missing conversion logic. This test could be re-enabled by implementing conversion logic using a conversion webhook."

Proposed Solution

  • Implement explicit conversion methods between v1alpha1 and v1alpha2 for KonnectGatewayControlPlane and related types

OR

  • Promote the entire konnect API group to v1alpha2 and remove the old v1alpha1 types and tests.

Additional Information

Acceptance Criteria

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions