-
Notifications
You must be signed in to change notification settings - Fork 1.8k
pkg/scaffold: move to internal/pkg/scaffold #1182
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/scaffold: move to internal/pkg/scaffold #1182
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.
We should update the link as well to point to the newly moved file. -> https://raw.githubusercontent.com/operator-framework/operator-sdk/f5d68dbc68b919ac1cf179faf2110fb672473f98/doc/user/logging.md
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.
lgtm 👍
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.
LGTM
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.
LGTM after updating doc link.
/test marker |
@estroz are you referring to the flaky marker test (now looks ok) or something else? |
The marker test. Didn't know it was flaky 🤕. |
Description of the change:
Moving
pkg/scaffold
tointernal/pkg/scaffold
Motivation for the change:
Necessary for 1.0.0 release and closes #756