KubeLibrary icon indicating copy to clipboard operation
KubeLibrary copied to clipboard

Kubernetes library for Robot Framework

Results 32 KubeLibrary issues
Sort by recently updated
recently updated
newest added

Add the keywords to find repplicasets available in a namespace

Automate the steps for generate the index.html Fixes #70

Inspired by: https://snyk.io/advisor/python/robotframework-kubelibrary

Generating index.html should be done as a part of CI to avoid situations where docs are not updated.

There are keywords and kubernetes APIs that simply list names. Be more specific about 'Get Deployments In Namespace' in that it actually returns a list of deployment objects.

It would be nice to test multiple versions of k8s in CI for main branch so that we are sure it works fine for multiple version before release

Reach 90% unit test coverage and set CI threshold so that we don't go below it forcing creation of unit tests for each new keyword.

We need to review and complete: * keyword documentation to include all the parameters * make sure README and user guides are complete and easy to follow * Add/review guides...

good first issue

This could work similar to the kubectl paramater "--all-namespaces" The kubernetes client offers often two functions, one for performing an operation on a specific namespace, and one for all namespaces....

By installing the API Gateway [Ambassador ](https://www.getambassador.io/) to your Kubernetes Cluster a [couple of custom resource definitions](https://github.com/datawire/ambassador/blob/master/docs/yaml/ambassador/ambassador-crds.yaml) are installed. Most important are Mappings and Hosts as those determine the access...