You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
Currently oshinko-s2i tooling does random cluster name generation for on-demand cluster creation, but this could just as easily be done in oshinko-rest if we make the cluster name optional instead of required on create.
Instead of a validation error, a missing name would cause a random name generation. The generated name would be returned in the result, so the caller would have full knowledge of the name chosen.
Currently oshinko-s2i tooling does random cluster name generation for on-demand cluster creation, but this could just as easily be done in oshinko-rest if we make the cluster name optional instead of required on create.
Instead of a validation error, a missing name would cause a random name generation. The generated name would be returned in the result, so the caller would have full knowledge of the name chosen.
Any name passed would still be respected.
migrated from radanalyticsio/oshinko-rest#80
The text was updated successfully, but these errors were encountered: