k3s/pkg/util
Chakravarthy Nelluri fa76de79e5 Add support for flex volume. Flex volume adds support for thirdparty(vendor)
volumes and custom mounts.
2015-12-23 14:11:38 -08:00
..
atomic Update highwatermark 2015-12-14 16:47:47 +08:00
bandwidth Linux bandwidth test doesn't work on Mac 2015-09-26 11:41:27 -04:00
chmod FSGroup implementation 2015-10-22 16:40:59 -04:00
chown FSGroup implementation 2015-10-22 16:40:59 -04:00
config Cleanup deprecated Forever function 2015-08-24 10:31:59 +08:00
dbus Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
deployment Merge pull request #17398 from janetkuo/deployment-controller-informer 2015-12-18 19:13:32 -08:00
errors Add utility function for errors that runs multiple functions that errors 2015-10-05 22:43:19 +00:00
exec Merge pull request #16950 from swagiaal/handle-exec-not-found 2015-11-16 23:46:38 -08:00
flushwriter Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
httpstream Read error from failed upgrade attempts 2015-11-02 22:39:58 -05:00
intstr Add protobuf preparation objects, guarded by proto tag 2015-12-05 18:15:48 -05:00
io use constants for group names 2015-12-14 10:04:10 -05:00
iptables Enable iptables kube-proxy by default in master 2015-11-13 18:38:01 -08:00
jsonpath quote interpreted string 2015-11-19 11:15:10 +08:00
keymutex Fix GCE Cloudprovider waitForOp bug and make GCE attach/detach atomic operations. 2015-10-23 11:58:56 -07:00
limitwriter Support extended pod logging options 2015-09-21 15:39:32 -04:00
mount Merge pull request #16948 from swagiaal/move-formatAndMount 2015-12-04 10:37:33 -08:00
node run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
oom Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
parsers Move parsers into util 2015-11-29 22:15:11 -08:00
procfs Refactor an interface for style 2015-11-13 15:56:27 -08:00
proxy Proxy: do not send X-Forwarded-Host or X-Forwarded-Proto with an empty value 2015-10-16 13:09:51 -04:00
rand Backoff and Randomness additions for use in client utilities 2015-11-25 00:01:06 -05:00
selinux Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
sets re-run set-gen 2015-12-02 14:14:50 -08:00
slice Move pkg/util.Time to pkg/api/unversioned.Time 2015-09-17 17:51:27 -07:00
strategicpatch Implement conflict detection in strategic merge patch. 2015-12-06 17:54:32 -08:00
sysctl Refactor an interface for style 2015-11-13 15:56:27 -08:00
validation Change how one-of blocks are validated 2015-12-18 09:42:14 -08:00
wait Fix timer leak in wait.Poll 2015-11-15 16:39:25 -08:00
workqueue rewrite go imports 2015-08-05 17:30:03 -07:00
wsstream Avoid CPU hotloop on client-closed websocket 2015-10-26 14:04:16 -04:00
yaml Fix closing bracket in Godoc 2015-12-21 21:36:11 +01:00
backoff.go Backoff and Randomness additions for use in client utilities 2015-11-25 00:01:06 -05:00
backoff_test.go Backoff and Randomness additions for use in client utilities 2015-11-25 00:01:06 -05:00
bool_flag.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
cache.go Add cache with multiple shards to decrease lock contention 2015-05-11 15:07:50 +02:00
cache_test.go Add cache with multiple shards to decrease lock contention 2015-05-11 15:07:50 +02:00
clock.go Add event correlation to client 2015-11-06 16:59:38 -05:00
clock_test.go back off restarts of crashlooping containers 2015-08-24 21:43:17 +10:00
configuration_map.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
crlf.go edit: Windows fixes 2015-10-24 17:06:49 +02:00
crypto.go Use self-signed cert as CA for local-up-cluster.sh 2015-07-24 07:16:07 -07:00
deadlock-detector.go Refactor the deadlock detector for testing. Add a test. 2015-11-20 09:35:40 -08:00
deadlock-detector_test.go Refactor the deadlock detector for testing. Add a test. 2015-11-20 09:35:40 -08:00
diff.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
escape.go Add support for flex volume. Flex volume adds support for thirdparty(vendor) 2015-12-23 14:11:38 -08:00
fake_handler.go ServiceAccounts controller 2015-05-11 17:18:05 -04:00
fake_handler_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
flags.go Use pflag functions instead of ours. 2015-08-20 15:00:55 -07:00
hash.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
hash_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
http.go Refactor SSH tunneling, fix proxy transport TLS/Dial extraction 2015-10-12 11:17:01 -04:00
line_delimiter.go Fix up alignment of columns w/ namespaces. 2015-07-09 08:59:32 -07:00
line_delimiter_test.go Fix up alignment of columns w/ namespaces. 2015-07-09 08:59:32 -07:00
logs.go Cleanup deprecated Forever function 2015-08-24 10:31:59 +08:00
port_range.go Add util.PortRange, so that a port range can be a flag. Format: lo-hi 2015-05-16 15:52:57 -04:00
port_range_test.go Add util.PortRange, so that a port range can be a flag. Format: lo-hi 2015-05-16 15:52:57 -04:00
port_split.go Allow specifying scheme when proxying 2015-10-12 11:16:53 -04:00
port_split_test.go Allow specifying scheme when proxying 2015-10-12 11:16:53 -04:00
resource_container_linux.go Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
resource_container_unsupported.go flag controlled RLIMIT_NOFILE for kubelet. 2015-09-22 15:18:34 -07:00
runner.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
runner_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
ssh.go Mark realSSHDialer as implementing sshDialer 2015-06-20 18:18:38 -04:00
ssh_test.go Move pkg/util.Time to pkg/api/unversioned.Time 2015-09-17 17:51:27 -07:00
string_flag.go Replace the auth config file with a kubeconfig file when 2015-05-13 01:03:28 -07:00
template.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
template_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
throttle.go Rate limiter: Add Saturation() method 2015-12-03 08:39:35 -08:00
throttle_test.go Rate limiter: Add Saturation() method 2015-12-03 08:39:35 -08:00
trace.go Add very simple tracing mechanism for easier debugging of slow requests. 2015-05-26 16:17:18 +02:00
umask.go util: Add util.Umask wrapper 2015-08-06 11:39:29 +02:00
umask_windows.go util: Add util.Umask wrapper 2015-08-06 11:39:29 +02:00
util.go Move hostIP detection from master to server 2015-11-30 16:17:37 +08:00
util_test.go Refactor IntOrString into a new pkg 2015-11-16 10:57:52 -08:00
uuid.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00