K6 custom resource. kind : TestRun vs K6

Hi,
When creating a k6 custom resource to run my tests on Kubernetes I see some examples using different values for kind. k6-operator/config/samples at main · grafana/k6-operator · GitHub
What is the difference between

apiVersion: k6.io/v1alpha1
kind: TestRun
metadata: xxxx

and

apiVersion: k6.io/v1alpha1
kind: K6
metadata: xxxx

Hi @framos2, welcome to the community!

Do I understand correctly, that the question is which one to use? If so, then please use TestRun. As mentioned here, K6 is going to be deprecated.

As for samples, they should be updated to TestRun at this point :slightly_smiling_face:

1 Like