grafana / xk6-kubernetes

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

Migrate example scripts from deprecated APIs #91

Closed javaducky closed 1 year ago

javaducky commented 1 year ago

The examples directory contains many scripts to perform integration testing against a live Kubernetes cluster. These scripts should be updated or replaced to use the new API rather than the deprecated API targeted for removal.

This issue partly relates to #48.