mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
fixed typo
This commit is contained in:
parent
fe0fb72736
commit
8f24fbc40c
2
pkg/client/cache/delta_fifo.go
vendored
2
pkg/client/cache/delta_fifo.go
vendored
@ -58,7 +58,7 @@ func NewDeltaFIFO(keyFunc KeyFunc, compressor DeltaCompressor, knownObjectKeys K
|
|||||||
// DeltaFIFO is like FIFO, but allows you to process deletes.
|
// DeltaFIFO is like FIFO, but allows you to process deletes.
|
||||||
//
|
//
|
||||||
// DeltaFIFO is a producer-consumer queue, where a Reflector is
|
// DeltaFIFO is a producer-consumer queue, where a Reflector is
|
||||||
// indended to be the producer, and the consumer is whatever calls
|
// intended to be the producer, and the consumer is whatever calls
|
||||||
// the Pop() method.
|
// the Pop() method.
|
||||||
//
|
//
|
||||||
// DeltaFIFO solves this use case:
|
// DeltaFIFO solves this use case:
|
||||||
|
Loading…
Reference in New Issue
Block a user