Skip to content

Conversation

Techassi
Copy link
Contributor

Fixes #1729

The typed scale argument of the derive macro uses snake_case fields instead of camelCase ones. This commit updates the doc example to use the correct casing.

The typed scale argument of the derive macro uses snake_case fields
instead of camelCase ones. This commit updates the doc example to
use the correct casing.

Signed-off-by: Techassi <git@techassi.dev>
Copy link

codecov bot commented Mar 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.1%. Comparing base (fef7fdc) to head (85ae89b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1733   +/-   ##
=====================================
  Coverage   76.1%   76.1%           
=====================================
  Files         84      84           
  Lines       7860    7860           
=====================================
  Hits        5977    5977           
  Misses      1883    1883           
Files with missing lines Coverage Δ
kube-derive/src/lib.rs 0.0% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@clux clux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@clux clux added docs unclear documentation changelog-fix changelog fix category for prs labels Mar 29, 2025
@clux clux added this to the 0.100.0 milestone Mar 29, 2025
@clux clux merged commit 84ccacf into kube-rs:main Mar 29, 2025
17 checks passed
@Techassi Techassi deleted the docs/derive-macro-scale branch March 29, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-fix changelog fix category for prs docs unclear documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typed scale struct doc states incorrect fields
2 participants