pablochacin
pablochacin
### Proposal When generating the scaffold for a new module, the [modulegen](https://golang.testcontainers.org/modules/) tool executes multiple commands. In case one of them fails, it is only reported the step that failed,...
Currently `xk6` image is based on a Debian image, which brings a significant number of unneeded dependencies that increase the surface for vulnerabilities. Consider an image with a smaller attack...
When running `xk6` in a CI for generating multiple binaries (e.g. for multiple target GOOS and GOARCH) the output is noisy and makes hard to detect errors. To improve this...
Presently the `Apply` method provided by the generic API is implemented as a `Create` from a `yaml` file. This is not consistent with the experience that users may have with...
After #85 it should be possible to manipulate CRDs using the [generic API](https://github.com/grafana/xk6-kubernetes#generic-api). Therefore, it should be useful for users to have this capability documented and some examples provided.
Presently the Delete function does not allow the specification of [DeleteOptions](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/delete-options/). This options are important in certain use cases, as for example forcing the deletion by setting the `gracePeriodSeconds` to...
The main use case for the `xk6-kubernetes` extension is facilitating the setup of tests, by providing a simple API for creating Kubernetes resources such as secrets, pods, services and others...
When setting the resources for a test, it is a common case that after deployment an application as a Deployment, the test must wait until all the replicas are ready....
Some features, such as those proposed in https://github.com/grafana/xk6-kubernetes/issues/47 are intended to trigger complex behaviours in Kubernetes beyond the creation of some objects. It can be argued that these features should...
# Description This PR decouples the logic for forwarding the request to an upstream target, from the logic that manages the delay introduced by the fault injection. Using this decoupling,...