The KonnectExtension can be used to customize DataPlane behavior for Konnect. the KonnectExtension needs a CP reference to properly work, and such a reference can be:
the CP konnectID, or
the KonnectGatewayControlPlanenamespacedName
So far, only the first approach has been implemented, so we need to allow the KonnectExtension to be a KonnectGatewayControlPlaneRef as well.
Acceptance Criteria
[ ] As a user, I can create a KonnectGatewayControlPlane in my cluster and use it to configure my DataPlane for Konnect through a properly configured KonnectExtension resource.
Problem Statement
The
KonnectExtension
can be used to customize DataPlane behavior for Konnect. theKonnectExtension
needs a CP reference to properly work, and such a reference can be:KonnectGatewayControlPlane
namespacedName
So far, only the first approach has been implemented, so we need to allow the
KonnectExtension
to be aKonnectGatewayControlPlaneRef
as well.Acceptance Criteria
KonnectGatewayControlPlane
in my cluster and use it to configure myDataPlane
for Konnect through a properly configuredKonnectExtension
resource.