-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Gloo: Add support for listener.metadataStatic #3476
Conversation
|
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Megum1n, szuecs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Add support for
listener.metadataStatic
VirtualService source object to Gloo source.Added
proxyVirtualHostMetadataStatic
struct to getmetadataStatic
config from Proxy CRD.annotationsFromProxySource
will search forVirtualService
resource inmetadata
(for backwards compatibility) and inmetadataStatic
objects and return annotation list back.metadata
andmetadataStatic
fields cannot be used together in the Gloo Proxy CRD, so this change should not cause any issues.Full description is in the issue.
Fixes #3474
Checklist