k3s/pkg/util
Tim Hockin 063ff6677c Merge pull request #4422 from derekwaynecarr/set_difference
Set should have a difference function
2015-02-13 14:16:28 -08:00
..
config Rename util.config.Watcher -> util.config.Broadcaster. 2014-12-04 00:10:27 -08:00
errors Implement volumes as plugins. 2015-01-20 11:45:45 -08:00
exec Clean up error logs. 2014-11-21 09:45:26 +08:00
iptables make kube-proxy.log less verbose. 2015-02-02 11:15:14 -08:00
mount fix build on non-linux hosts. 2015-02-03 08:13:09 -08:00
slice Adds test for slice.ShuffleStrings 2015-01-23 09:30:09 -08:00
wait kube-proxy can read config from the apiserver 2014-08-27 15:49:01 -04:00
yaml Add more tests around JSON/YAML decoding from the CLI 2015-01-14 12:38:36 -05:00
bool_flag.go make all kubectl config set-* easier to use 2015-01-26 15:16:54 -05:00
clock.go Move clock to util 2014-12-22 14:14:03 -08:00
configuration_map.go Enable v1beta3 API via --runtime_config=api/v1beta3 flag 2015-01-08 13:01:24 -05:00
crypto.go Automatically serve API on https with self-signed cert 2015-01-06 09:36:29 -05:00
diff.go Add a side-by-side diff option for verbose output 2014-12-12 18:14:46 -05:00
doc.go Move etcd helpers to tools package so they can depend on api package. Add ResourceVersion, hook it up to etcd index to get atomic PUTs. 2014-07-02 15:42:05 -07:00
fake_handler.go Allow an empty service 2014-12-09 12:48:53 -05:00
fake_handler_test.go Stop httptest server. 2014-10-30 21:37:08 -04:00
flags.go Address code review comments 2015-01-15 09:12:20 -08:00
hash.go Update copyright year for files created today to current year 2015-01-05 17:01:02 -08:00
hash_test.go Update copyright year for files created today to current year 2015-01-05 17:01:02 -08:00
list.go Add Type() method on flags for compat with pflag library 2014-12-11 20:10:54 -05:00
list_test.go Do not consider an empty string to be an error in list.go 2014-12-10 11:41:13 -08:00
logs.go Fix up logging flags for kubectl. 2015-01-15 09:12:20 -08:00
net.go Add Type() method on flags for compat with pflag library 2014-12-11 20:10:54 -05:00
net_test.go Move all kubernetes to posix flags 2015-01-15 09:12:19 -08:00
node.go Fix hack/test-cmd.sh test. 2015-02-05 01:58:26 +01:00
pflag_import.go Create new hyperkube package. 2015-01-28 16:11:34 -08:00
runner.go Add runner utility. 2014-10-29 11:29:28 -07:00
runner_test.go Add runner utility. 2014-10-29 11:29:28 -07:00
set.go Merge pull request #4422 from derekwaynecarr/set_difference 2015-02-13 14:16:28 -08:00
set_test.go Set should have a difference function 2015-02-13 15:39:56 -05:00
string_flag.go gimports nits 2015-01-26 22:42:29 -08:00
template.go Create new hyperkube package. 2015-01-28 16:11:34 -08:00
template_test.go Create new hyperkube package. 2015-01-28 16:11:34 -08:00
throttle.go Add a rate limiter, use it to rate limit docker pulls. 2014-09-26 11:55:21 -07:00
throttle_test.go Add a rate limiter, use it to rate limit docker pulls. 2014-09-26 11:55:21 -07:00
time.go Use util.Time consistently in types.go 2014-12-11 11:14:25 -05:00
time_test.go Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
util.go Allow panics and unhandled errors to be reported to external targets 2015-01-26 20:23:46 -05:00
util_test.go Allow panics and unhandled errors to be reported to external targets 2015-01-26 20:23:46 -05:00
uuid.go Move util.UID to pkg/types 2015-01-14 15:22:21 -08:00
validation.go Add more information to Validator error messages. 2015-02-09 18:07:09 +01:00
validation_test.go Add util to validate namespaced names 2014-12-08 15:31:43 -08:00