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