We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
konnectID
Konnect entities (implemented in #370) provided support for referencing Konnect ControlPlanes via konnectNamespacedRef.
konnectNamespacedRef
A separate type of reference - konnectID - has also been prepared but not implemented yet.
This issue tracks the effort of implementing that so that users can reference Konnect CPs by ID:
kind: KongService apiVersion: configuration.konghq.com/v1alpha1 metadata: name: service-2 namespace: default spec: name: service-3 host: example.com controlPlaneRef: type: konnectID konnectID: 2b08d44d-d0f9-4cfc-b1d8-111111111
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem statement
Konnect entities (implemented in #370) provided support for referencing Konnect ControlPlanes via
konnectNamespacedRef
.A separate type of reference -
konnectID
- has also been prepared but not implemented yet.This issue tracks the effort of implementing that so that users can reference Konnect CPs by ID:
Acceptance criteria
konnectID
control plane reference for binding my entities to Konnect CPs by ID.The text was updated successfully, but these errors were encountered: