govind somalal
govind somalal
Would something like this be considered pythonic? https://github.com/mozilla/agithub
is there some kind of temporary workaround for this?
@rSrkn Even the official API doesn't have a clean way to do the apply action. [This](https://stackoverflow.com/questions/36307950/kubernetes-api-call-equivalent-to-kubectl-apply) stack overflow post might help you understand what the apply action is actually doing....
@rSrkn you can write a sort of template yaml and then use the yaml python package (I recommend ruamel.yaml though) to edit the yaml file to tailor it to your...