grafana / xk6-kubernetes

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

Move helper functions to helpers package in new API #89

Closed pablochacin closed 1 year ago

pablochacin commented 1 year ago

As part of the tasks for removing the deprecated API some helper functions such as jobs.wait and pods.exec should be moved as helper functions in the new API.

The pods.addEphemeralContainer function should probably be removed as it was introduced as a requirement for the xk6-disruptor and was since moved to that extension.