Files
velero/pkg/podexec
chlins 4220c7abe8 Cancel hook exec stream on timeout and bound hook timeouts
Hook timeouts come from pod annotations via time.ParseDuration, which accepts
negative and arbitrarily large values, and the exec stream was never cancelled.

Signed-off-by: chlins <chlins.zhang@gmail.com>
2026-07-31 15:02:23 +08:00
..