You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(live): propagate caller ctx into ResourceGroup inventory ops
Apply/ApplyWithPrune/ResourceGroupCRDMatched passed context.TODO(),
so Ctrl-C and command-level timeouts could not cancel in-flight
apply/destroy/plan calls. Carry ctx on the InventoryResourceGroup
struct and inject it via new WrapInventoryObjWithContext,
NewClusterClientFactoryWithContext, ResourceGroupCRDMatchedWithContext,
and NewClusterPlannerWithContext. Legacy entry points kept as thin
back-compat wrappers; nil ctx normalized to Background().
Signed-off-by: Jaisheesh-2006 <jaicodes2006@gmail.com>
0 commit comments