We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can see after the code was generated by operator-sdk, there is always a file named as tools.go with content as follows:
tools.go
// +build tools // Place any runtime dependencies as imports in this file. // Go modules will be forced to download and install them. package tools
What is the use of this file? Can we remove it? Thanks.
The text was updated successfully, but these errors were encountered:
This was added by #1001
We'll be removing this as part of the upcoming Kubebuilder integration.
Sorry, something went wrong.
Hi @joelanford,
could we not close this one since we are already scaffolding the new layout with operator-sdk init?
No branches or pull requests
I can see after the code was generated by operator-sdk, there is always a file named as
tools.go
with content as follows:What is the use of this file? Can we remove it? Thanks.
The text was updated successfully, but these errors were encountered: