grafana / xk6-kubernetes

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

Endpoints instead of Endpoint for getting service endpoints #111

Closed tsloughter closed 2 months ago

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

pablochacin commented 2 months ago

@tsloughter thanks for your interest in contributing to the project.

I checked and changing "Endpoint" by "Endpoints" generates the following error: unknown kind: 'Endpoints' in the tests because the fake REST mapper must also be updated.

tsloughter commented 2 months ago

@pablochacin ok, will fix :+1:

tsloughter commented 2 months ago

Fixed.