docs: ReaperDaemonJob docs, fix truncated node-config, update examples#61
Merged
miguelgila merged 3 commits intomainfrom Mar 22, 2026
Merged
docs: ReaperDaemonJob docs, fix truncated node-config, update examples#61miguelgila merged 3 commits intomainfrom
miguelgila merged 3 commits intomainfrom
Conversation
…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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #48, #49, #60
Test plan
cargo clippy --target x86_64-unknown-linux-gnu --all-targets -- -D warningspassescargo test --workspacepasses (222 tests)mdbook serveor GitHub Pages deploy🤖 Generated with Claude Code