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

Broadcast shared reflector #1692

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Clippy fixes

f860c39
Select commit
Loading
Failed to load commit list.
Open

Broadcast shared reflector #1692

Clippy fixes
f860c39
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 3, 2025 in 1s

21.8% of diff hit (target 75.8%)

View this Pull Request on Codecov

21.8% of diff hit (target 75.8%)

Annotations

Check warning on line 81 in kube-core/src/dynamic.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/dynamic.rs#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 68 in kube-core/src/metadata.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/metadata.rs#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 61 in kube-core/src/resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/resource.rs#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 180 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L180

Added line #L180 was not covered by tests

Check warning on line 184 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L184

Added line #L184 was not covered by tests

Check warning on line 193 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L192-L193

Added lines #L192 - L193 were not covered by tests

Check warning on line 213 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L206-L213

Added lines #L206 - L213 were not covered by tests

Check warning on line 216 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L215-L216

Added lines #L215 - L216 were not covered by tests

Check warning on line 221 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L219-L221

Added lines #L219 - L221 were not covered by tests

Check warning on line 224 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L224

Added line #L224 was not covered by tests

Check warning on line 229 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L228-L229

Added lines #L228 - L229 were not covered by tests

Check warning on line 232 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L232

Added line #L232 was not covered by tests

Check warning on line 234 in kube-runtime/src/reflector/dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/dispatcher.rs#L234

Added line #L234 was not covered by tests

Check warning on line 158 in kube-runtime/src/reflector/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/mod.rs#L153-L158

Added lines #L153 - L158 were not covered by tests

Check warning on line 160 in kube-runtime/src/reflector/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/mod.rs#L160

Added line #L160 was not covered by tests

Check warning on line 28 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L28

Added line #L28 was not covered by tests

Check warning on line 30 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L30

Added line #L30 was not covered by tests

Check warning on line 34 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L34

Added line #L34 was not covered by tests

Check warning on line 37 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L37

Added line #L37 was not covered by tests

Check warning on line 56 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 60 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L60

Added line #L60 was not covered by tests

Check warning on line 78 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L78

Added line #L78 was not covered by tests

Check warning on line 80 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L80

Added line #L80 was not covered by tests

Check warning on line 89 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L89

Added line #L89 was not covered by tests

Check warning on line 102 in kube-runtime/src/reflector/multi_dispatcher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/reflector/multi_dispatcher.rs#L100-L102

Added lines #L100 - L102 were not covered by tests