-
Notifications
You must be signed in to change notification settings - Fork 4.7k
master: only one place for storage GVRs #14018
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
master: only one place for storage GVRs #14018
Conversation
Fixes #13653 (comment) |
[test] |
{"user.openshift.io", "v1", "groups"}, | ||
{"user.openshift.io", "v1", "users"}, | ||
{"user.openshift.io", "v1", "identities"}, | ||
// storage versions: use legacy group name "" for all resources that existed when apigroups were introduced |
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.
maybe a small const will make this better? LegacyGroup
or something :-)
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.
done
b4ac0bc
to
5ad58fa
Compare
@mfojtik ptal |
re[test] |
5ad58fa
to
a6c20bf
Compare
re[test] |
a6c20bf
to
c0e4560
Compare
Evaluated for origin test up to c0e4560 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1262/) (Base Commit: 3e446c7) |
@mfojtik ptal |
LGTM |
[merge] |
Evaluated for origin merge up to c0e4560 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/654/) (Base Commit: 4af1533) (Image: devenv-rhel7_6230) |
We were overwriting the pkg/cmd/server/origin/rest.StorageOptions values in master_config.go's BuildStorageFactory.