17 lines
601 B
Markdown
17 lines
601 B
Markdown
# 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
|
||
|
|
```
|