-
Notifications
You must be signed in to change notification settings - Fork 4.8k
add gets and lists for roles and role bindings #1187
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
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.
missing json for this and rolelist
|
ok, this was longer than I thought at first glace... will look Monday |
0cf25fc to
b152b8d
Compare
|
rebased and comments addressed. |
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.
Feels wrong to potentially create an empty policy on a GET. That means a cluster-admin could call GetRole(namespace=bogus, foo) and end up with an empty policy in a previously non-existent namespace
|
Other than standardizing errors/error checking and avoiding policy creates on Get/Delete/failed Update, LGTM |
|
comments addressed. |
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.
apply label selector filter?
9215fbe to
e84baee
Compare
|
LGTM |
|
[merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/1154/) (Image: devenv-fedora_1018) |
e84baee to
a087ee7
Compare
|
needed a rebase to see a broken test. re[merge] |
a087ee7 to
c25b5f2
Compare
|
transient? UI e2e failure. [merge] |
|
assets fixed. re[merge] |
|
Evaluated for origin up to c25b5f2 |
Merged by openshift-bot
…-describe UPSTREAM: 59701: Display pvc conditions with describe command
adds gets and lists for the virtual policy resources, along with describers and printers. It also neatens up the virtual registry for roles.