Files
riotpiao.com/tasks/1.5-informers.md
T

15 lines
271 B
Markdown
Raw Normal View History

2026-08-18 20:41:34 -07:00
# 1.5 — client-go informers (GREEN)
Phase: 1 — Atlas Core
Stage: GREEN
Depends on: [1.3](1.3-snapshot-test.md)
- [ ] client-go informers: kube API (nodes, namespaces, workloads), Argo CD `Application` CRs
## Verify
```bash
go test ./... -run TestSnapshot -v
```