Files
riotpiao.com/tasks/1.7-dto-allowlist.md
T

17 lines
601 B
Markdown
Raw Normal View History

2026-08-18 20:41:34 -07:00
# 1.7 — DTO construction, allowlist only (GREEN)
Phase: 1 — Atlas Core
Stage: GREEN
Depends on: [1.1](1.1-redact-test.md), [1.6](1.6-reducer.md)
- [ ] DTO construction — allowlist only.
- Emitted: name, namespace, kind, phase, ready counts, restart count, age, node name, health status, sync status, sync wave, explicit label subset
- Never emitted: container env/args, image digests/tags, `spec.source.repoURL`, `spec.source.path`, annotations, pod IPs, cluster IPs, Secret names, `status.conditions[].message`, node internal IPs
## Verify
```bash
go test ./... -run TestRedact -v
```