From 74e43ba69af6680984e7be14006e9590dd0ffdc0 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 21 Apr 2026 19:37:49 -0700 Subject: [PATCH] Watch Network and Infrastructure in proxyconfig controller The proxyconfig controller reads Network.Status.ClusterNetwork and Infrastructure.Status to compute Proxy.Status.NoProxy, but only watched Proxy and ConfigMaps. Network or Infrastructure changes would not trigger reconciliation, leaving proxy status stale. Add watches for Network and Infrastructure resources to ensure reconciliation occurs when these resources change. Also add Proxy status subresource support to fake client and unit tests covering reconciliation logic. Signed-off-by: Jamo Luhrsen Co-authored-by: Claude Code