kubernetes/pkg/util
k8s-merge-robot acf9492cb1 Merge pull request #23660 from goltermann/vetclean
Automatic merge from submit-queue

Additional go vet fixes

Mostly:
- pass lock by value
- bad syntax for struct tag value
- example functions not formatted properly
2016-04-12 06:22:16 -07:00
..
atomic Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
bandwidth Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
cache Refactor cache into util sub pkg 2016-03-21 14:50:57 +08:00
chmod FSGroup implementation 2015-10-22 16:40:59 -04:00
chown FSGroup implementation 2015-10-22 16:40:59 -04:00
codeinspector Implement checking in predicates 2016-02-25 21:25:36 +08:00
config Refactor config map into sub pkg 2016-03-21 14:50:57 +08:00
configz add http handler to export configuration state 2016-02-24 14:12:28 -08:00
crlf Refactor crlf & crypto 2016-03-21 20:20:05 +08:00
crypto Refactor crlf & crypto 2016-03-21 20:20:05 +08:00
dbus Fixing all the "composite literal uses unkeyed fields" Vet errors. 2016-03-25 15:25:09 -07:00
deployment Separate GetOldRS and GetNewRS in deployment controller (get and mutate) and deployment util (get only) 2016-03-15 10:23:20 -07:00
diff Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
env Refactor env into sub pkg 2016-03-11 13:52:45 +08:00
errors Address comments 2016-03-03 15:56:09 -08:00
exec Improve error reporting a little in ingress e2e. 2016-01-06 15:25:04 -08:00
flag Merge pull request #22939 from resouer/util-sub-dir 2016-03-23 03:34:33 -07:00
flock kubelet: add a pidfile 2016-02-10 11:38:50 -08:00
flowcontrol Add flow control pkg 2016-04-03 11:28:03 +08:00
flushwriter Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
hash Use hashutil to hold hash tools 2016-01-06 22:28:58 +08:00
homedir Use correct home directory on Windows 2016-02-19 01:41:42 -02:00
httpstream Merge pull request #16451 from ncdc/exec-interop-testing 2016-04-01 17:11:26 -07:00
integer create some integer min/max function 2016-02-12 11:20:11 +08:00
interrupt Improve terminal reuse and attach 2016-03-21 23:59:58 -04:00
intstr Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
io Remove all instances of "/tmp" from unit tests and replace with a common 2016-01-27 16:11:22 -08:00
iptables fix a few go-vet errors 2016-02-09 13:20:31 -08:00
jsonpath Fix jsonpath to handle maps with key of nonstring types 2016-03-22 17:32:40 -04:00
keymutex Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
labels Improve go report card by fixing typos in comments 2016-03-04 18:30:59 -08:00
limitwriter Support extended pod logging options 2015-09-21 15:39:32 -04:00
mount Don't return error when findmnt exits with error. 2016-02-19 14:09:33 +01:00
net support CIDRs in NO_PROXY 2016-03-16 16:22:54 -04:00
node run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
oom Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
parsers Move parsers into util 2015-11-29 22:15:11 -08:00
pod Generate the typed clients under the clientset folder 2016-03-31 15:28:45 -07:00
procfs Do not fail container creation if the contaienr exits before applyting 2016-02-04 13:39:19 -08:00
proxy Use networking to hold network related pkgs 2016-01-15 13:46:16 +08:00
rand Backoff and Randomness additions for use in client utilities 2015-11-25 00:01:06 -05:00
replicaset Generate the typed clients under the clientset folder 2016-03-31 15:28:45 -07:00
runtime Track deletes in rc manager with a UID expectations cache. 2016-03-05 18:18:18 -08:00
selinux Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
sets Regenerate auto-generated files 2016-03-17 09:30:02 +01:00
slice Move pkg/util.Time to pkg/api/unversioned.Time 2015-09-17 17:51:27 -07:00
strategicpatch Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
strings Add strings pkg to hold strings utils 2016-01-15 12:37:50 +08:00
sysctl Refactor an interface for style 2015-11-13 15:56:27 -08:00
system Move isMasterNode function to api/helpers 2016-03-01 12:12:38 +01:00
term Improve terminal reuse and attach 2016-03-21 23:59:58 -04:00
testing Fix fake_handler test in Go 1.6 2016-03-09 14:24:42 +01:00
threading Refector deadlock into detector pkg 2016-03-21 20:20:05 +08:00
validation fix a few go-vet errors 2016-02-09 13:20:31 -08:00
wait Add unit test for JitterUntil 2016-02-07 21:09:06 +01:00
workqueue rewrite go imports 2015-08-05 17:30:03 -07:00
wsstream Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
yaml Update tests to handle codec changes 2016-01-22 13:27:26 -05:00
clock_test.go fake backoff implementation for speeding up flakey test, fake Clock Test for sleep 2016-02-24 13:50:29 -05:00
clock.go fake backoff implementation for speeding up flakey test, fake Clock Test for sleep 2016-02-24 13:50:29 -05:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
line_delimiter_test.go Vet fixes, mostly pass lock by value errors. 2016-04-06 11:27:40 -07:00
line_delimiter.go Fix up alignment of columns w/ namespaces. 2015-07-09 08:59:32 -07:00
logs.go Move Until, Forever, NeverStop, ForeverTestTimeout from util to wait 2016-02-07 11:38:48 +01:00
resource_container_linux.go Ensure kubelet pid is not moved to system container 2016-01-29 09:30:20 +00:00
resource_container_unsupported.go flag controlled RLIMIT_NOFILE for kubelet. 2015-09-22 15:18:34 -07:00
runner_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
runner.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
string_flag.go Replace the auth config file with a kubeconfig file when 2015-05-13 01:03:28 -07:00
template_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
template.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
trace.go Add very simple tracing mechanism for easier debugging of slow requests. 2015-05-26 16:17:18 +02:00
umask_windows.go util: Add util.Umask wrapper 2015-08-06 11:39:29 +02:00
umask.go util: Add util.Umask wrapper 2015-08-06 11:39:29 +02:00
util_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
util.go Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
uuid.go Speed up UUID generation. 2016-01-27 15:39:23 +01:00