-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix clientset group names #14203
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
Fix clientset group names #14203
Conversation
[test] |
1 similar comment
[test] |
lgtm |
LGTM as well, nice catch. |
[merge] |
Evaluated for origin test up to 04c7eab |
continuous-integration/openshift-jenkins/test Running (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1567/) (Base Commit: 74e1a68) |
continuous-integration/openshift-jenkins/test SUCCESS |
[merge]
…On Thu, May 18, 2017 at 5:30 PM OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/test SUCCESS
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14203 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAABYnrXYyOw5Kn-WAPjqJYnBfGixig3ks5r7LhsgaJpZM4NbrU2>
.
|
Evaluated for origin merge up to 04c7eab |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/726/) (Base Commit: da1352d) (Image: devenv-rhel7_6247) |
pkg/deploy's API group name is apps.openshift.io, but the previous clientset generation keyed off of the directory name (deploy from pkg/deploy) to determine the group name incorrectly. This fixes that issue (and the same thing for pkg/sdn -> network.openshift.io).
Fixes #14183
@deads2k @liggitt @sttts @smarterclayton @mfojtik