-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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/test: unexport cleanupNoT #1167
pkg/test: unexport cleanupNoT #1167
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.
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
Just an idea but should we start adding functions we un-export to the release notes? In case someone is using them in operators.
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
@lilic Good idea. I'll add that to the changelog |
Co-Authored-By: AlexNPavel <[email protected]>
Description of the change: Unexport the
cleanupNoT
functionMotivation for the change: We should not export internal functions that we do not expect to be used outside of our own libraries. This allows us to have more freedom with changes to these functions.