mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-19 09:38:39 +00:00
fix typo CRED to CRUD
Kubernetes-commit: f8b82e189cfdc3aca7b9d789cc6f3131897f0ebc
This commit is contained in:
parent
590eaed90a
commit
f100d86401
2
tools/cache/delta_fifo.go
vendored
2
tools/cache/delta_fifo.go
vendored
@ -123,7 +123,7 @@ type DeltaFIFO struct {
|
|||||||
knownObjects KeyListerGetter
|
knownObjects KeyListerGetter
|
||||||
|
|
||||||
// Used to indicate a queue is closed so a control loop can exit when a queue is empty.
|
// Used to indicate a queue is closed so a control loop can exit when a queue is empty.
|
||||||
// Currently, not used to gate any of CRED operations.
|
// Currently, not used to gate any of CRUD operations.
|
||||||
closed bool
|
closed bool
|
||||||
|
|
||||||
// emitDeltaTypeReplaced is whether to emit the Replaced or Sync
|
// emitDeltaTypeReplaced is whether to emit the Replaced or Sync
|
||||||
|
2
tools/cache/fifo.go
vendored
2
tools/cache/fifo.go
vendored
@ -127,7 +127,7 @@ type FIFO struct {
|
|||||||
|
|
||||||
// Indication the queue is closed.
|
// Indication the queue is closed.
|
||||||
// Used to indicate a queue is closed so a control loop can exit when a queue is empty.
|
// Used to indicate a queue is closed so a control loop can exit when a queue is empty.
|
||||||
// Currently, not used to gate any of CRED operations.
|
// Currently, not used to gate any of CRUD operations.
|
||||||
closed bool
|
closed bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user