-
Notifications
You must be signed in to change notification settings - Fork 406
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
Use configmap to configure the data source of filter framework #749
Use configmap to configure the data source of filter framework #749
Conversation
da14338
to
c3878c9
Compare
d3f9934
to
228494c
Compare
@yingjianjian Very appreciate for making pull request of #699 , at first please merge two commits into one commit. |
228494c
to
8ab3960
Compare
Merged |
/assign @zzguang |
ab9f871
to
e61b1e8
Compare
fixed |
57d3377
to
95b8d65
Compare
@zzguang PTAL |
95b8d65
to
bb5e972
Compare
Generally, it looks good to me, but I have a suggestion I am not sure whether it makes sense: This suggestion is just a reference for you, just ignore it if I am wrong, thanks! |
@zzguang I think we need to name filter based on the function of filter, not the resource of filter. so it's a good idea to keep btw: based on the function of filters, i think we can merge |
Okay, I just feel a little confusing about the filter naming rule, if we name it by the feature name, then the "EndpointsFilterName" doesn't follow this rule, and if another feature/component wants to add endpoints filtering in future, it may lead to some un-consistent concepts. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rambohe-ch, yingjianjian 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 |
Fixes #773 |
What type of PR is this?
What this PR does / why we need it:
Use configmap to configure the data source of filter framework
Which issue(s) this PR fixes:
Fixes #699