Skip to content

Commit

Permalink
add int32 set impl
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Apr 23, 2019
1 parent 90fbbee commit 6a14f0b
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 0 deletions.
1 change: 1 addition & 0 deletions staging/src/k8s.io/apimachinery/pkg/util/sets/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go_library(
"doc.go",
"empty.go",
"int.go",
"int32.go",
"int64.go",
"string.go",
],
Expand Down
203 changes: 203 additions & 0 deletions staging/src/k8s.io/apimachinery/pkg/util/sets/int32.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ type ReferenceSetTypes struct {
b int
c byte
d string
e int32
}

0 comments on commit 6a14f0b

Please sign in to comment.