-
Notifications
You must be signed in to change notification settings - Fork 382
ExternalID selectors for instances and bindings #2155
ExternalID selectors for instances and bindings #2155
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing 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 |
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.
/lgtm
objectMetaFieldsSet := generic.ObjectMetaFieldsSet(&binding.ObjectMeta, true) | ||
return generic.MergeFieldsSets(objectMetaFieldsSet, nil) | ||
|
||
specFieldSet := make(fields.Set, 1) |
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 was about to comment on this being 3 instead of 1. Really, this should be 1 + len(objectMetaFieldSet
, and the function should be merging objectMetaFieldSet
into specFieldSet
instead of the other way around. However, that is beyond the scope of this PR.
@staebler sorry, I forgot to register the new |
/lgtm |
This seems reasonable to me. |
New changes are detected. LGTM label has been removed. |
Has the process for |
@nilebox not yet, we're getting there. need to get prow running CI |
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.
LGTM
Fixes #2124