Skip to content

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

Merged
merged 3 commits into from
May 21, 2017
Merged

Fix clientset group names #14203

merged 3 commits into from
May 21, 2017

Conversation

ncdc
Copy link
Contributor

@ncdc ncdc commented May 15, 2017

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

@ncdc ncdc force-pushed the fix-clientsets branch from efa9a85 to fb20361 Compare May 15, 2017 20:55
@ncdc
Copy link
Contributor Author

ncdc commented May 15, 2017

[test]

1 similar comment
@ncdc
Copy link
Contributor Author

ncdc commented May 16, 2017

[test]

@ncdc ncdc force-pushed the fix-clientsets branch from fb20361 to 1b9ee45 Compare May 16, 2017 13:24
@deads2k
Copy link
Contributor

deads2k commented May 16, 2017

lgtm

@mfojtik
Copy link
Contributor

mfojtik commented May 16, 2017

LGTM as well, nice catch.

@ncdc
Copy link
Contributor Author

ncdc commented May 16, 2017

[merge]

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 18, 2017
@ncdc ncdc force-pushed the fix-clientsets branch from 1b9ee45 to 04c7eab Compare May 18, 2017 19:58
@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 04c7eab

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test Running (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1567/) (Base Commit: 74e1a68)

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS

@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 18, 2017
@ncdc
Copy link
Contributor Author

ncdc commented May 18, 2017 via email

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 04c7eab

@openshift-bot
Copy link
Contributor

openshift-bot commented May 21, 2017

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)

@openshift-bot openshift-bot merged commit 1310d9b into openshift:master May 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shared informers don't compile?
4 participants