grafana / xk6-kubernetes

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

Add options parameter to Delete function in Generic API #80

Open pablochacin opened 1 year ago

pablochacin commented 1 year ago

Presently the Delete function does not allow the specification of DeleteOptions. This options are important in certain use cases, as for example forcing the deletion by setting the gracePeriodSeconds to 0, or changing the propagationPolicy.