-
Notifications
You must be signed in to change notification settings - Fork 76
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
pkg/apis: add scorecard v1alpha3 API #55
pkg/apis: add scorecard v1alpha3 API #55
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.
A couple of questions and nits.
Otherwise
/lgtm
3bc5315
to
7bc9d3c
Compare
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.
At a high level this seems totally reasonable. My only major question is the structure of the /pkg/
folder now. All of the OLM CRDs live in api/pkg/operators/
, but now we are adding api/pkg/apis/
Should we move these apis into the operators/
folder? Or maybe move the OLM apis into their own folder in api/pkg/olm
?
@kevinrizza following typical API package layout, shouldn’t OLM’s APIs be under |
/lgtm |
This PR moves
pkg/apis/scorecard/v1alpha3
from operator-sdk to a central location./cc @joelanford @shawn-hurley @ecordell @kevinrizza