[CASCL-1386] Harmonize impact-list bullet styles in cluster uninstall#3172
[CASCL-1386] Harmonize impact-list bullet styles in cluster uninstall#3172L3n41c wants to merge 1 commit into
Conversation
Use • (U+2022) for first-level items and ◦ (U+25E6) for second-level items in the uninstall command's impact summary, matching the style used by the evict-legacy-nodes command. Cosmetic only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🛑 Gate Violations
ℹ️ Info🎯 Code Coverage (details) Useful? React with 👍 / 👎 This comment will be updated automatically if new data arrives.🔗 Commit SHA: b28e6e6 | Docs | Datadog PR Page | Give us feedback! |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3172 +/- ##
=======================================
Coverage 44.03% 44.03%
=======================================
Files 377 377
Lines 30713 30713
=======================================
Hits 13525 13525
Misses 16300 16300
Partials 888 888
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
What does this PR do?
Harmonizes the impact-list bullet style in the
kubectl datadog autoscaling cluster uninstallcommand: first-level items use•(U+2022) and second-level items use◦(U+25E6), matching the style introduced forevict-legacy-nodes.Motivation
Both commands print a two-level impact summary; this keeps their bullet styles consistent. Cosmetic only.
Additional Notes
Split out of #3026 as an independent change (targets
maindirectly). No behavior change.Minimum Agent Versions
N/A —
kubectl-datadogplugin only.Describe your test plan
go build ./cmd/kubectl-datadog/...passes; output-only change.Checklist
qa/skip-qalabel applied