Extract images from PodSpec using Cue - #30
Conversation
I asked Cursor to: "Read the code here @https://github.com/myitcvscratch/yamlpodspec and update this KIR repo to make use of CUE for parsing the PodSpec from any yaml string."
…se Kubernetes resources
|
Superseded by #83, which is the closest descendant of this one. This used local schemas with CUE as the only parser — no Central Registry, no typed fallback. #83 keeps both of those choices and changes one thing: the local schemas are generated from What that surfaced, which a hand-written schema hides: the real The open question on #83 is cost, not correctness: 2469 ms per 1000 documents against master's 152 ms, ~12× option #82, which validates the same shapes using the same Kubernetes types as Go code. Closing as superseded rather than rejected — the Generated by Claude Code |
As in:
But now also: