.. |
api
|
Merge pull request #30619 from tmrts/kubelet-api/extact-interfaces
|
2016-08-19 12:56:41 -07:00 |
cadvisor
|
updated cadvisor version
|
2016-08-02 16:33:03 -07:00 |
client
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
cm
|
Merge pull request #27970 from jingxu97/restartKubelet-6-22
|
2016-08-15 13:48:43 -07:00 |
config
|
Convert() should accept the new conversion Context value
|
2016-08-18 14:45:20 -04:00 |
container
|
Merge pull request #29802 from jfrazelle/fix-go-vet-errors
|
2016-08-15 13:10:08 -07:00 |
custommetrics
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
dockershim
|
CRI: remove pod resources
|
2016-08-12 17:07:25 -07:00 |
dockertools
|
Merge pull request #30435 from hodovska/1328441-non-k8scontainers
|
2016-08-17 00:54:33 -07:00 |
envvars
|
Use Go canonical import paths
|
2016-07-16 13:48:21 -04:00 |
events
|
Add Events for operation_executor to show status of mounts, failed or successful
|
2016-08-17 09:53:47 -04:00 |
eviction
|
kubelet eviction on inode exhaustion
|
2016-08-17 16:57:44 -04:00 |
images
|
pkg/kubelet/images: fix struct initialization
|
2016-08-19 16:52:52 +03:00 |
kuberuntime
|
Kubelet: generate sandbox/container config for new runtime API
|
2016-08-12 12:20:56 +08:00 |
leaky
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
lifecycle
|
Fix various typos in kubelet
|
2016-08-03 01:14:44 +03:00 |
metrics
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
network
|
move syncNetworkConfig to Init for cni network plugin
|
2016-08-12 16:49:25 -07:00 |
pleg
|
Fix various typos in kubelet
|
2016-08-03 01:14:44 +03:00 |
pod
|
Fix various typos in kubelet
|
2016-08-03 01:14:44 +03:00 |
prober
|
Merge pull request #29802 from jfrazelle/fix-go-vet-errors
|
2016-08-15 13:10:08 -07:00 |
qos
|
Use Go canonical import paths
|
2016-07-16 13:48:21 -04:00 |
remote
|
Repalce rawContainerID with containerID
|
2016-08-05 16:26:47 -07:00 |
rkt
|
fix go vet errors
|
2016-08-10 16:45:41 -07:00 |
rktshim
|
pkg/kubelet/rktshim: deprecate kubelet/container API usage
|
2016-08-12 23:06:32 +03:00 |
server
|
Add total inodes to kubelet summary api
|
2016-08-08 12:20:14 -04:00 |
status
|
refractoring findContainerStatus of status_manager
|
2016-08-05 17:52:02 +08:00 |
types
|
Use Go canonical import paths
|
2016-07-16 13:48:21 -04:00 |
util
|
Fix various typos in kubelet
|
2016-08-03 01:14:44 +03:00 |
volumemanager
|
Add Events for operation_executor to show status of mounts, failed or successful
|
2016-08-17 09:53:47 -04:00 |
active_deadline_test.go
|
Refactor util clock into it's own pkg
|
2016-07-28 02:29:04 -04:00 |
active_deadline.go
|
Refactor util clock into it's own pkg
|
2016-07-28 02:29:04 -04:00 |
container_bridge_test.go
|
Add tests for container_bridge.go (really just ensureIPTablesMasqRule)
|
2016-07-29 11:57:17 -04:00 |
container_bridge.go
|
Remove kubelet dependency on pkill
|
2016-08-10 17:14:49 -04:00 |
disk_manager_test.go
|
Revert "Declare out of disk when there is no free inodes"
|
2016-07-06 08:19:09 -07:00 |
disk_manager.go
|
Revert "Declare out of disk when there is no free inodes"
|
2016-07-06 08:19:09 -07:00 |
doc.go
|
Use Go canonical import paths
|
2016-07-16 13:48:21 -04:00 |
flannel_helper.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
kubelet_cadvisor_test.go
|
Print/log pointers of structs with %#v instead of %+v
|
2016-08-01 22:27:56 +02:00 |
kubelet_cadvisor.go
|
Eviction manager needs to start as runtime dependent module
|
2016-07-22 10:19:40 -04:00 |
kubelet_getters_test.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
kubelet_getters.go
|
This change supports robust kubelet volume cleanup
|
2016-08-15 11:29:15 -07:00 |
kubelet_network_test.go
|
Revert "Revert "syncNetworkUtil in kubelet and fix loadbalancerSourceRange on GCE""
|
2016-08-18 10:19:48 -07:00 |
kubelet_network.go
|
bug fixes and nits
|
2016-08-18 10:19:59 -07:00 |
kubelet_node_status_test.go
|
Refactor uuid into its own pkg
|
2016-07-30 00:07:02 -04:00 |
kubelet_node_status.go
|
Merge pull request #29907 from luxas/lookup_ip_better
|
2016-08-06 02:26:30 -07:00 |
kubelet_resources_test.go
|
Fix default resource limits (node capacities) for downward api volumes
|
2016-08-16 14:41:17 -04:00 |
kubelet_resources.go
|
Fix default resource limits (node capacities) for downward api volumes
|
2016-08-16 14:41:17 -04:00 |
kubelet_test.go
|
Add Events for operation_executor to show status of mounts, failed or successful
|
2016-08-17 09:53:47 -04:00 |
kubelet_volumes.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
kubelet.go
|
Merge pull request #27778 from screeley44/k8-vol-executor
|
2016-08-19 08:27:48 -07:00 |
networks.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
oom_watcher_test.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
oom_watcher.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
OWNERS
|
Move blunderbuss assignees into tree
|
2016-03-02 20:46:32 -05:00 |
pod_container_deletor_test.go
|
Delete containers when pod is deleted
|
2016-08-03 15:56:04 -07:00 |
pod_container_deletor.go
|
Delete containers when pod is deleted
|
2016-08-03 15:56:04 -07:00 |
pod_workers_test.go
|
Refactor util clock into it's own pkg
|
2016-07-28 02:29:04 -04:00 |
pod_workers.go
|
Fix various typos in kubelet
|
2016-08-03 01:14:44 +03:00 |
reason_cache_test.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
reason_cache.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
root_context_linux.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
root_context_unsupported.go
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
runonce_test.go
|
Add Events for operation_executor to show status of mounts, failed or successful
|
2016-08-17 09:53:47 -04:00 |
runonce.go
|
pods can not admitted should return directly
|
2016-07-30 11:47:50 +08:00 |
runtime.go
|
optimize lock of runtimeState stuct
|
2016-08-03 13:19:22 +08:00 |
util.go
|
Extract kubelet node status into separate file
|
2016-07-22 01:21:30 -04:00 |
volume_host.go
|
Fix default resource limits (node capacities) for downward api volumes
|
2016-08-16 14:41:17 -04:00 |