-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
project clusterresourcequota into applicable namespaces #9609
Conversation
[test] |
3899fdf
to
385ab68
Compare
list := "aapi.ClusterResourceQuotaList{} | ||
matcher := clusterresourcequotaregistry.Matcher(oapi.ListOptionsToSelectors(options)) | ||
quotaNames, _ := r.quotaMapper.GetClusterQuotasFor(namespace) | ||
fmt.Printf("#### 10a quotaNames: %v\n", quotaNames) |
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.
Debug leftover.
One debug leftover, otherwise LGTM. |
other alternatives considered:
appliedclusterresourcequotas seems the best of the bunch |
385ab68
to
44679f9
Compare
[merge] |
f111cd2
to
1198a6f
Compare
Add a better description to the object godoc, including how it is used |
done. |
Impeccable. |
re[test] |
#9512 re[test] |
Evaluated for origin test up to dfc40a7 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5703/) |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5737/) (Image: devenv-rhel7_4512) |
Evaluated for origin merge up to dfc40a7 |
Last commit only. Builds on #9558 and #9588.
Adds
appliedclusterresourcequotas
as a projection ofclusterresourcequotas
that apply@openshift/api-review Let's sort out name. Other possibilities that came up: applicableclusterresourcequota (jessica didn't care for it), associatedclusterresourcequota (doesn't seem any better)