-
Notifications
You must be signed in to change notification settings - Fork 53
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
ext-proc: remove unused fields from EndpointSliceReconciler #165
ext-proc: remove unused fields from EndpointSliceReconciler #165
Conversation
PoolName string | ||
ServiceName string | ||
Zone string | ||
Namespace string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just checked...we actually don't use these fields anymore, since we now check if the ServiceName
owns the EndpointSlice. I think we can remove the field altogether, thanks for catching this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kfswain good point!
I've removed the field.
Signed-off-by: Madhav Jivrajani <[email protected]>
e93b832
to
23acb74
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, MadhavJivrajani 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 |
…es-sigs#165) Signed-off-by: Madhav Jivrajani <[email protected]>
Fixes #157
(the above issue is obsolete now that we are removing the field itself)