Closed
Description
What is the feature and why do you need it:
Describe the solution you'd like to see:
I would like to extend kubernetes.utils.create_from_yaml by a wait_until_ready
flag.
This way you could easily create resources from a yaml file and rely on them to be ready to use for further purposes without having to parse the list of resources in the file again.