-
Notifications
You must be signed in to change notification settings - Fork 21
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
Implement Rollouthandler
#125
base: main
Are you sure you want to change the base?
Implement Rollouthandler
#125
Conversation
63f6038
to
9685a25
Compare
9685a25
to
42375ce
Compare
a0d913c
to
975d02d
Compare
975d02d
to
e043d1d
Compare
e043d1d
to
f6a1a06
Compare
/hold for reviews (I had forgotten/didn't check this was actually working 😄 ) It doesn't have a thorough set of E2E tests, but that's probably better handled as Integration tests where Placement is handling it rather than us manually patching Placement resources. |
f6a1a06
to
d0cdc32
Compare
d0cdc32
to
e375efc
Compare
e375efc
to
313e346
Compare
313e346
to
a57bf1f
Compare
6996d5c
to
0011b7b
Compare
@dhaiducek Could you ping me after the tests fixed? Thanks |
Namespace: namespace, | ||
} | ||
|
||
err := pd.c.List(context.TODO(), pdList, lopts) |
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.
Why this need context.TODO()? why not pass context?
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.
It's a good point. This List()
function is buried inside of the placementDecisionLister
interface, which should be implemented using a cache.Indexer
instead of this List()
, so I need to look into making that update..
0011b7b
to
a40fc8b
Compare
a40fc8b
to
1234f44
Compare
1234f44
to
7bcf33a
Compare
ref: https://issues.redhat.com/browse/ACM-7296 Signed-off-by: Dale Haiducek <[email protected]>
Signed-off-by: Dale Haiducek <[email protected]>
7bcf33a
to
becf617
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhaiducek, yiraeChristineKim 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 |
PR needs rebase. 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. |
Depends on:
ClusterNamespace
internally to prep for Placement #156ref: https://issues.redhat.com/browse/ACM-7296