Skip to content
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

UPSTREAM: 21005: Use a different verb for delete collection #7209

Merged
merged 2 commits into from Feb 19, 2016
Merged

UPSTREAM: 21005: Use a different verb for delete collection #7209

merged 2 commits into from Feb 19, 2016

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Feb 10, 2016

Related to #7172
Merged upstream, holding for rebase

@deads2k @derekwaynecarr

@liggitt liggitt added this to the 1.2.0 milestone Feb 10, 2016
@liggitt
Copy link
Contributor Author

liggitt commented Feb 15, 2016

[test]

@deads2k
Copy link
Contributor

deads2k commented Feb 15, 2016

@liggitt you going to plumb this through to our roles?

@liggitt
Copy link
Contributor Author

liggitt commented Feb 15, 2016

hadn't decided yet... do we want project admins having this or do we want to limit it to things like the namespace controller for now?

@deads2k
Copy link
Contributor

deads2k commented Feb 15, 2016

hadn't decided yet... do we want project admins having this or do we want to limit it to things like the namespace controller for now?

Yeah, if you can list and you can delete, you should be able to deletecollection. I just don't want to write equivalence logic.

@liggitt
Copy link
Contributor Author

liggitt commented Feb 16, 2016

updated bootstrap policy

@@ -115,7 +115,7 @@ func init() {
// BuildDeleteController.PodManager (ControllerClient)
// BuildControllerFactory.buildDeleteLW
{
Verbs: sets.NewString("get", "list", "create", "delete"),
Verbs: sets.NewString("get", "list", "create", "delete", "deletecollection"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These don't actually use these powers yet, right? Seems like we'd keep the list tight and make them update it when they use it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, removed from sa roles

@liggitt
Copy link
Contributor Author

liggitt commented Feb 17, 2016

comment addressed, tag but hold for rebase

@deads2k
Copy link
Contributor

deads2k commented Feb 17, 2016

lgtm

@liggitt liggitt added the lgtm Indicates that a PR is ready to be merged. label Feb 17, 2016
@liggitt
Copy link
Contributor Author

liggitt commented Feb 17, 2016

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to a685817

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/1280/)

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5024/) (Image: devenv-rhel7_3473)

@liggitt
Copy link
Contributor Author

liggitt commented Feb 19, 2016

copr error, [merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to a685817

openshift-bot pushed a commit that referenced this pull request Feb 19, 2016
@openshift-bot openshift-bot merged commit 68662c5 into openshift:master Feb 19, 2016
@liggitt liggitt deleted the delete-all branch February 19, 2016 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants