KubeLibrary
KubeLibrary copied to clipboard
Kubernetes library for Robot Framework
Add Custom Resource Definition (CRD) Following the existing Custom Resource Object functions to add support for CRD read and list. Fixes #108 Before merge following needs to be applied: -...
Currently there is no support for custom resource definition. We need at least add list and read, in order to test whether the required CRD exists for many test cases.
New Keyword "Execute in Container" "Execute in Container" will allow the execution of shell commands in a container similar to `kubectl exec` Fixes #81 The command `kubectl cp` is using...
It would be great if this library could support the copy command to copy files to a pod. I foresee this keyword needing to know the following information (arguments): -...
Added keyword for role create and delete Fixes #96
Added new keywords for Ingress create, edit and delete. #95
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...
Add a keyword to create and delete the role , role binding in a namespace.
Add the keywords to create and delete ingress in a namespace.