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

feat: Add typed scale argument to derive macro #1656

Merged
merged 12 commits into from
Feb 19, 2025

Merge branch 'main' into feat/derive-typed-scale-arg

a36d0bd
Select commit
Loading
Failed to load commit list.
Merged

feat: Add typed scale argument to derive macro #1656

Merge branch 'main' into feat/derive-typed-scale-arg
a36d0bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 12, 2024 in 0s

4.1% of diff hit (target 75.6%)

View this Pull Request on Codecov

4.1% of diff hit (target 75.6%)

Annotations

Check warning on line 211 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L209-L211

Added lines #L209 - L211 were not covered by tests

Check warning on line 215 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L214-L215

Added lines #L214 - L215 were not covered by tests

Check warning on line 219 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L217-L219

Added lines #L217 - L219 were not covered by tests

Check warning on line 224 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L221-L224

Added lines #L221 - L224 were not covered by tests

Check warning on line 229 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L226-L229

Added lines #L226 - L229 were not covered by tests

Check warning on line 233 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L231-L233

Added lines #L231 - L233 were not covered by tests

Check warning on line 237 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L235-L237

Added lines #L235 - L237 were not covered by tests

Check warning on line 239 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L239

Added line #L239 was not covered by tests

Check warning on line 243 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 251 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L248-L251

Added lines #L248 - L251 were not covered by tests

Check warning on line 256 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L255-L256

Added lines #L255 - L256 were not covered by tests

Check warning on line 260 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L259-L260

Added lines #L259 - L260 were not covered by tests

Check warning on line 266 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L263-L266

Added lines #L263 - L266 were not covered by tests

Check warning on line 273 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L272-L273

Added lines #L272 - L273 were not covered by tests

Check warning on line 277 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L277

Added line #L277 was not covered by tests

Check warning on line 283 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L281-L283

Added lines #L281 - L283 were not covered by tests

Check warning on line 285 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L285

Added line #L285 was not covered by tests

Check warning on line 553 in kube-derive/src/custom_resource.rs

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L551-L553

Added lines #L551 - L553 were not covered by tests