| .. |
|
config
|
Rename util.config.Watcher -> util.config.Broadcaster.
|
2014-12-04 00:10:27 -08:00 |
|
errors
|
Add new util/errors pkg
|
2015-01-08 21:59:23 -08:00 |
|
exec
|
Clean up error logs.
|
2014-11-21 09:45:26 +08:00 |
|
iptables
|
Split portals into host and container
|
2014-12-29 09:18:12 -08:00 |
|
mount
|
Add a util/mount pkg
|
2014-12-30 14:38:49 -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 |
|
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 |
|
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 go lint errors in util
|
2014-07-10 17:32:42 -07:00 |
|
net.go
|
Add Type() method on flags for compat with pflag library
|
2014-12-11 20:10:54 -05:00 |
|
net_test.go
|
Add a flag-compatible wrapper for net.IPNet
|
2014-10-06 18:28:49 -07:00 |
|
node.go
|
Move GetHostName and GetDockerEndpoint methods to pkg/util
|
2015-01-05 11:44:21 -08:00 |
|
plog_import.go
|
Generic way to import 'flag' flags into the 'pflag' system.
|
2015-01-08 15:25:31 -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
|
Create a backgroud task to register static list of machines.
|
2014-11-20 20:22:32 -05:00 |
|
set_test.go
|
Add go fuzzer in preparation for testing. Also gofmt a few files that needed it.
|
2014-07-27 14:54:48 -07: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_cache.go
|
eliminate possibility of double-calling
|
2015-01-13 18:09:13 -08:00 |
|
time_cache_test.go
|
eliminate possibility of double-calling
|
2015-01-13 18:09:13 -08:00 |
|
time_test.go
|
Remove unused YAML tags and GetYAML/SetYAML methods
|
2014-12-02 16:25:28 -08:00 |
|
util.go
|
Wire resource.Quantity into api
|
2015-01-07 15:21:34 -08:00 |
|
util_test.go
|
Util to test if all ptr fields are nil
|
2015-01-03 23:57:43 -08:00 |
|
uuid.go
|
Add some blocking so that we don't generate identical UUIDs for API objects.
|
2014-11-03 13:27:59 -08:00 |
|
validation.go
|
Add util to validate namespaced names
|
2014-12-08 15:31:43 -08:00 |
|
validation_test.go
|
Add util to validate namespaced names
|
2014-12-08 15:31:43 -08:00 |