Files
kubernetes/pkg/controlplane/controller/defaultservicecidr
ChengHao Yang 90912e6e10 Plumb ctx down to sync() and syncStatus() methods
Use contextual logging in sync() and syncStatus() by passing ctx
from the caller instead of context.Background(). Replace klog.Infof
calls with logger.Info/Error from klog.FromContext(ctx).

Update tests to use ktesting.NewTestContext.

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
2026-03-13 14:06:23 +08:00
..