jaeger-operator icon indicating copy to clipboard operation
jaeger-operator copied to clipboard

fixes #2225

Open antoniomerlin opened this issue 7 months ago • 4 comments

By providing default ingressClass using detectDefaultIngressClass func updated API call to use client.Reader instead of client.Client

Which problem is this PR solving?

  • Resolve #2225

Description of the changes

  • detectDefaultIngressClass func updated API call to use client.Reader instead of client.Client

How was this change tested?

  • By running TestDetectDefaultIngressClass in autodetect/main_test.go

Checklist

  • [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
  • [x] I have signed all commits
  • [ ] I have added unit tests for the new functionality
  • [x] I have run lint and test steps successfully
    • for jaeger: make lint test
    • for jaeger-ui: yarn lint and yarn test

antoniomerlin avatar Jul 10 '24 07:07 antoniomerlin