-
Notifications
You must be signed in to change notification settings - Fork 17
✨ Rebase to v0.17.2 #48
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
Conversation
5c9ef1c
to
0ae1a41
Compare
DOWNSTREAM_OWNERS
Outdated
- davidfestal | ||
- ncdc | ||
- stevekuznetsov | ||
- sttts | ||
reviewers: | ||
- fabianvf | ||
- varshaprasad96 |
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.
Still right?
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.
good point. Let me clean up.
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.
done
pkg/cache/internal/cache_reader.go
Outdated
// KeyToClusteredKey prefixes the given index key with a cluster name | ||
// for use in field selector indexes. | ||
func KeyToClusteredKey(clusterName string, ns string, baseKey string) string { | ||
return clusterName + "/" + KeyToNamespacedKey(ns, baseKey) |
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.
Internally we use cluster|namespace/name
. changing here?
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.
yep, let's use the chance
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.
done
/lgtm |
LGTM label has been added. Git tree hash: 2252d8ba7bf0883c8bc4c876cbde3f2adbfa894d
|
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
0ae1a41
to
180f26f
Compare
e647026
to
655355f
Compare
/lgtm |
LGTM label has been added. Git tree hash: ed3870c5efa8041646e8118a3e2c664535572761
|
/retest |
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
655355f
to
7b5dce9
Compare
Fixes go.tmz.dev/musttag issue. Signed-off-by: Dr. Stefan Schimanski <[email protected]>
091e138
to
cae0049
Compare
/lgtm |
@sttts: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: mjudeikis, sttts 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 |
/lgtm |
LGTM label has been added. Git tree hash: f2bedc8386ceffbb27bbfef542eca086d1b3152a
|
Forked v0.17.2 as
kcp-0.17
and cherry-picked the kcp commit from kcp-1.28 branch.