-
Notifications
You must be signed in to change notification settings - Fork 28
Implement human-readable random identifier generation #653
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
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.
Generally looks good, but..
exposed declarations need a short docstring identifying them, for an overview of go documentation guidelines see go.dev
Let's pass the tests and land this - contrary to popular belief PRs do not need time to "breathe" :) |
Pull requests probably don't, but developers do. 🤣 |
Let me see if I can pass the tests: this pull request modifies code that is common to every “cloud” and I would like all the smoke tests to pass. |
It looks like Kubernetes succeeded, despite the last failed run; merging... |
Now users can run e.g.
task create --name experiment
to create a task namedexperiment
with a randomly generated suffix, avoiding clashes due to cloud providers' globally unique resource name requirements.