grafana / xk6-kubernetes

Client extension for interacting with Kubernetes clusters from your k6 tests.
Apache License 2.0
64 stars 21 forks source link

Adding support for Ingresses within the generic resource API #83

Closed javaducky closed 1 year ago

javaducky commented 1 year ago

Fixes #82

NOTE: The use of theApply method in the example script will fail if the resource already exists. This has been corrected by #81 which is yet to merge.

pablochacin commented 1 year ago

I like the idea of using to test scripts for features :+1: