Skip to content

docs: ReaperDaemonJob docs, fix truncated node-config, update examples#61

Merged
miguelgila merged 3 commits intomainfrom
fix/docs-update-examples-and-crds
Mar 22, 2026
Merged

docs: ReaperDaemonJob docs, fix truncated node-config, update examples#61
miguelgila merged 3 commits intomainfrom
fix/docs-update-examples-and-crds

Conversation

@miguelgila
Copy link
Owner

@miguelgila miguelgila commented Mar 22, 2026

Summary

Closes #48, #49, #60

Test plan

  • cargo clippy --target x86_64-unknown-linux-gnu --all-targets -- -D warnings passes
  • cargo test --workspace passes (222 tests)
  • Verify docs render correctly via mdbook serve or GitHub Pages deploy

🤖 Generated with Claude Code

miguelgila and others added 3 commits March 22, 2026 18:02
…mples

- Fix node-config.md: include full CONFIGURATION.md instead of truncated
  first 54 lines (Closes #48)
- Add ReaperDaemonJob CRD reference to crds.md with spec/status tables,
  dependency ordering docs, and examples
- Add "What's Next" section to quick-start.md linking all three CRDs
- Add example 12 to examples/README.md with usage instructions
- Create examples/12-daemon-job/README.md with full documentation
- Update cleanup section to include examples 10-12 and CRD-based cleanup

Closes #48, #49, #60

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Both "What Reaper Provides" sections now list the three CRDs
(ReaperPod, ReaperOverlay, ReaperDaemonJob) with links to the
CRD reference, and the Helm chart for installation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.78%. Comparing base (b9abb82) to head (301722b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
- Coverage   85.06%   84.78%   -0.28%     
==========================================
  Files           6        6              
  Lines         308      309       +1     
==========================================
  Hits          262      262              
- Misses         46       47       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@miguelgila miguelgila merged commit f6299f3 into main Mar 22, 2026
12 checks passed
@miguelgila miguelgila deleted the fix/docs-update-examples-and-crds branch March 22, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: node configuration page has truncated example

1 participant