mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Output paths are not a stable API and all our conditional path construction here is fragile. This replaces the old path construction with queries to the action graph. Part of unblocking: kubernetes/kubernetes#94449