Fix Replaced delta documentation

Kubernetes-commit: ebd6959b126bad49c305d8088103455ce13241b2
This commit is contained in:
Michael Aspinwall
2026-01-14 12:45:13 -05:00
committed by Kubernetes Publisher
parent 548663c679
commit f3701130c2

View File

@@ -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