Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ab3bf094
Commit
ab3bf094
authored
Nov 12, 2014
by
Clayton Coleman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2330 from pmorie/typo
Typo fix
parents
1c1b2c59
80b1e2dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fifo.go
pkg/client/cache/fifo.go
+1
-1
store.go
pkg/client/cache/store.go
+1
-1
No files found.
pkg/client/cache/fifo.go
View file @
ab3bf094
...
@@ -72,7 +72,7 @@ func (f *FIFO) List() []interface{} {
...
@@ -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
{
...
...
pkg/client/cache/store.go
View file @
ab3bf094
...
@@ -78,7 +78,7 @@ func (c *cache) List() []interface{} {
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment