-
Notifications
You must be signed in to change notification settings - Fork 398
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 cluster-aware keyfuncs & splitters #1958
✨ *: use cluster-aware keyfuncs & splitters #1958
Conversation
31ee1b5
to
5f672d1
Compare
if err != nil { | ||
runtime.HandleError(err) | ||
return nil | ||
} | ||
// e.g. root:org<separator>ws |
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.
Hm, crap - Need to do a lot more work to get comments munged correctly ... would likely need to merge this with any from the first statement, since this SplitClusterAwareKey
node gets removed entirely
I think there are legit failures from the changes here? |
That's ... concerning. I'll check tomorrow - syncer unit tests likely are from the test fakes? |
159d0a2
to
c579202
Compare
c579202
to
230a885
Compare
8a8f90b
to
d303897
Compare
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
These tests are ripe for being updated to assume less about the system. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
ba95b60
to
25fdd02
Compare
OK, rebased on all re-reqs. Passing locally. @ncdc ready for review |
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
pkg/reconciler/apis/apibindingdeletion/apibinding_deletion_controller.go
Show resolved
Hide resolved
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
go.mod: use newest kcp-dev/apimachinery
Signed-off-by: Steve Kuznetsov skuznets@redhat.com
*: use cluster-aware keyfuncs & splitters
Signed-off-by: Steve Kuznetsov skuznets@redhat.com
Part of #209
Generated with kcp-dev/code-generator#53
/assign @ncdc @sttts