mirror of
https://github.com/kubernetes/client-go.git
synced 2026-08-08 23:26:27 +00:00
Fix Replaced delta documentation
Kubernetes-commit: ebd6959b126bad49c305d8088103455ce13241b2
This commit is contained in:
committed by
Kubernetes Publisher
parent
548663c679
commit
f3701130c2
3
tools/cache/delta_fifo.go
vendored
3
tools/cache/delta_fifo.go
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user