devopsspiral / KubeLibrary

Kubernetes library for Robot Framework
MIT License
138 stars 37 forks source link

Add Get Deployment Names In Namespace #100

Open sjakubek opened 3 years ago

sjakubek commented 3 years ago

I meant the same keyword as implemented for pods, i.e. Get Pod Names In Namespace - or one that simply returns a list of strings that corresponds to the list of deployment names that match the defined name_pattern. This would allow an easy way to iterate over deployment names in order to, for example, run a Delete keyword.