Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move pkg util strings/keymutex from kubernetes kubernetes #55

Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0110028
Fix GCE Cloudprovider waitForOp bug and make GCE attach/detach atomic…
saad-ali Oct 21, 2015
d2fe06d
Add strings pkg to hold strings utils
resouer Jan 11, 2016
96c2c2b
fixed spelling typo
markturansky Jan 22, 2016
8620da4
Spelling fixes inspired by github.com/client9/misspell
laushinka Feb 12, 2016
22f7437
Remove "All rights reserved" from all the headers.
david-mcmahon Jun 3, 2016
268d9e1
Increase coverage in pkg/util/strings to 100%
Jun 1, 2016
7d203d6
Move linedelimiter to it's own pkg
resouer Jun 7, 2016
0095d8f
Run goimports
luxas Aug 2, 2016
97a3a81
autogenerated
mikedanese Oct 19, 2016
7554c42
Correct the article in generated documents
Oct 25, 2016
7e61e68
autoupdate BUILD files
mikedanese Dec 7, 2016
6bb1ef6
autogenerated
mikedanese Dec 29, 2016
034b5d4
snip pkg/util/strings dependency
deads2k Jan 4, 2017
1883524
Enable auto-generating sources rules
ixdy Jan 3, 2017
02cc29c
autogenerated
mikedanese Apr 12, 2017
7557de2
Use buildozer to remove deprecated automanaged tags
ixdy Aug 9, 2017
e18510c
Use buildozer to delete licenses() rules except under third_party/
ixdy Aug 9, 2017
2c582b9
Fix godoc comments.
php-coder Aug 30, 2017
280213a
update BUILD files
ixdy Oct 12, 2017
1b4c91e
remove unused function in keymutex_test.go file
WanLinghao Nov 6, 2017
19ea2b7
Autogenerate BUILD files
ixdy Dec 23, 2017
4d41905
Autogenerated: hack/update-bazel.sh
ixdy Feb 16, 2018
fc945b6
Using a fixed set of locks, then we don't need to free unused locks
cofyc Aug 13, 2018
58f4cf1
fix golint errors in pkg/util/strings
chrischdi Oct 6, 2018
fa5daa7
Move directories to the right spot
dims Oct 19, 2018
41bae72
Drop ForDisk from method names(s), remove IsVowel
dims Oct 19, 2018
2b39f60
Drop (Escape|Unescape)PluginName
dims Jan 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Autogenerated: hack/update-bazel.sh
  • Loading branch information
ixdy authored and dims committed Oct 22, 2018

Verified

This commit was signed with the committer’s verified signature.
citizenmatt Matt Ellis
commit 4d41905c29d8eb279aba02cf5052920e882599f7
1 change: 0 additions & 1 deletion pkg/util/keymutex/BUILD
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ go_test(
name = "go_default_test",
srcs = ["keymutex_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/util/keymutex",
)

filegroup(
1 change: 0 additions & 1 deletion pkg/util/strings/BUILD
Original file line number Diff line number Diff line change
@@ -24,7 +24,6 @@ go_test(
"strings_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/util/strings",
)

filegroup(