Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add index-operator template implementation #2375

Merged
merged 31 commits into from
Feb 27, 2024

Refactor

cc7a171
Select commit
Loading
Failed to load commit list.
Merged

Add index-operator template implementation #2375

Refactor
cc7a171
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 27, 2024 in 0s

18.90% (-0.05%) compared to e1b09fe

View this Pull Request on Codecov

18.90% (-0.05%) compared to e1b09fe

Details

Codecov Report

Attention: Patch coverage is 0% with 217 lines in your changes are missing coverage. Please review.

Project coverage is 18.90%. Comparing base (e1b09fe) to head (cc7a171).
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/index/operator/usecase/operator.go 0.00% 81 Missing ⚠️
pkg/index/operator/service/operator.go 0.00% 65 Missing ⚠️
pkg/index/operator/config/config.go 0.00% 27 Missing ⚠️
cmd/index/operator/main.go 0.00% 22 Missing ⚠️
internal/k8s/pod/pod.go 0.00% 10 Missing ⚠️
pkg/index/operator/service/options.go 0.00% 6 Missing ⚠️
internal/config/index_operator.go 0.00% 4 Missing ⚠️
internal/k8s/pod/option.go 0.00% 1 Missing ⚠️
pkg/discoverer/k8s/service/discover.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2375      +/-   ##
==========================================
- Coverage   18.95%   18.90%   -0.05%     
==========================================
  Files         549      555       +6     
  Lines       73873    74079     +206     
==========================================
+ Hits        14005    14008       +3     
- Misses      59107    59310     +203     
  Partials      761      761              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.