From ebd6959b126bad49c305d8088103455ce13241b2 Mon Sep 17 00:00:00 2001 From: Michael Aspinwall Date: Wed, 14 Jan 2026 12:45:13 -0500 Subject: [PATCH] Fix Replaced delta documentation --- staging/src/k8s.io/client-go/tools/cache/delta_fifo.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/tools/cache/delta_fifo.go b/staging/src/k8s.io/client-go/tools/cache/delta_fifo.go index 217bcf8b7ad..41f26d87471 100644 --- a/staging/src/k8s.io/client-go/tools/cache/delta_fifo.go +++ b/staging/src/k8s.io/client-go/tools/cache/delta_fifo.go @@ -172,7 +172,8 @@ const ( Updated DeltaType = "Updated" Deleted DeltaType = "Deleted" // Replaced is emitted when we encountered watch errors and had to do a - // relist. We don't know if the replaced object has changed. + // relist, or on initial listing of objects. We don't know if the replaced + // object has changed. // // NOTE: Previous versions of DeltaFIFO would use Sync for Replace events // as well. Hence, Replaced is only emitted when the option