API for creating multiple resources #526
Labels
enhancement
New feature or request
good first issue
Good description with clear steps for implementation. Great for newcomers
Which project are you requesting an enhancement for?
kr8s
What do you need?
It would be nice to have a way to conveniently create lots of resources. Right now you just have to iterate one by one and create each one. I expect this could be made much more convenient and faster by creating them concurrently.
In the async API you could use a task group to make this concurrent.
I expect both of these could be made more streamlined and consistent.
The text was updated successfully, but these errors were encountered: