mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
commit
ab3bf094b6
2
pkg/client/cache/fifo.go
vendored
2
pkg/client/cache/fifo.go
vendored
@ -72,7 +72,7 @@ func (f *FIFO) List() []interface{} {
|
|||||||
return list
|
return list
|
||||||
}
|
}
|
||||||
|
|
||||||
// ContainedIDs returns a util.StringSet containing all IDs of stored the items.
|
// ContainedIDs returns a util.StringSet containing all IDs of the stored items.
|
||||||
// This is a snapshot of a moment in time, and one should keep in mind that
|
// This is a snapshot of a moment in time, and one should keep in mind that
|
||||||
// other go routines can add or remove items after you call this.
|
// other go routines can add or remove items after you call this.
|
||||||
func (c *FIFO) ContainedIDs() util.StringSet {
|
func (c *FIFO) ContainedIDs() util.StringSet {
|
||||||
|
2
pkg/client/cache/store.go
vendored
2
pkg/client/cache/store.go
vendored
@ -78,7 +78,7 @@ func (c *cache) List() []interface{} {
|
|||||||
return list
|
return list
|
||||||
}
|
}
|
||||||
|
|
||||||
// ContainedIDs returns a util.StringSet containing all IDs of stored the items.
|
// ContainedIDs returns a util.StringSet containing all IDs of the stored items.
|
||||||
// This is a snapshot of a moment in time, and one should keep in mind that
|
// This is a snapshot of a moment in time, and one should keep in mind that
|
||||||
// other go routines can add or remove items after you call this.
|
// other go routines can add or remove items after you call this.
|
||||||
func (c *cache) ContainedIDs() util.StringSet {
|
func (c *cache) ContainedIDs() util.StringSet {
|
||||||
|
Loading…
Reference in New Issue
Block a user