-
Notifications
You must be signed in to change notification settings - Fork 717
code refactor: support features in xds layer using XdsPatch interface #882
Copy link
Copy link
Closed
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.kind/enhancementNew feature or requestNew feature or requeststale
Milestone
Description
Description:
As we continue to enhance the xds translator to support more features, the code might become more complex, less readable and harder to maintain.
One solution to this problem is to create a Patch interface so API Gateway feature libraries can patch in their translations to xds objects (listener, hcm, cluster) so the code is modular and more readable ,
Reactions are currently unavailable
Metadata
Metadata
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.kind/enhancementNew feature or requestNew feature or requeststale