kubernetes/pkg/kubelet
Walter Fender f3f46d5f5a Moving the cloudprovider interface to staging.
Individual implementations are not yet being moved.
Fixed all dependencies which call the interface.
Fixed golint exceptions to reflect the move.
Added project info as per @dims and
https://github.com/kubernetes/kubernetes-template-project.
Added dims to the security contacts.
Fixed minor issues.
Added missing template files.
Copied ControllerClientBuilder interface to cp.
This allows us to break the only dependency on K8s/K8s.
Added TODO to ControllerClientBuilder.
Fixed GoDeps.
Factored in feedback from JustinSB.
2018-10-04 14:41:20 -07:00
..
apis Merge pull request #68195 from luxas/consolidate_componentconfig_code_standards 2018-09-07 11:19:40 -07:00
cadvisor update cadvisor to v0.31.0 2018-09-10 10:31:56 -07:00
certificate Merge pull request #66056 from mikedanese/fixhang 2018-08-30 20:16:32 -07:00
checkpoint use podPrefix as it's defined 2018-08-27 14:32:26 +08:00
checkpointmanager Make 'pod' package to use unified checkpointManager 2018-04-16 01:30:20 -04:00
client Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
cloudresource Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
cm Merge pull request #68922 from BenTheElder/version-staging 2018-09-26 22:59:42 -07:00
config Address review comments 2018-09-21 20:06:32 -04:00
configmap Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
container kubelet: plumb context for log requests 2018-08-10 17:35:46 -07:00
custommetrics Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
dockershim network/cni: more informative log messages 2018-10-01 21:01:40 -05:00
envvars K8s SCTP support implementation for the first pull request 2018-08-27 05:56:27 +00:00
events delete unused events 2018-07-17 14:19:50 +08:00
eviction Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data. 2018-09-06 21:49:00 +02:00
images Fix the confusing kubelet logs about imageGC 2018-09-29 18:09:37 +08:00
kubeletconfig autogenerated go code, godeps, bazel and gofmt 2018-09-02 14:38:59 +03:00
kuberuntime Merge pull request #68181 from Pingan2017/golint 2018-09-28 01:56:26 -07:00
leaky fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
lifecycle ProcMount: add api options and feature gate 2018-08-30 11:40:02 -04:00
logs Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
metrics fix metrics help comment 2018-07-13 10:26:35 +09:00
mountpod Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
network Merge pull request #68462 from knightXun/dns 2018-10-01 00:30:04 -07:00
nodelease Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
nodestatus Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
pleg fix golint failures - /pkg/kubelet/images 2018-09-17 10:52:25 +08:00
pod Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
preemption critical pod test should not rely on feature gate set in framework; non-critical pods are always preemptable 2018-09-07 17:43:42 -07:00
prober Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
qos Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
remote use dailcontext 2018-09-08 16:07:38 +08:00
runtimeclass Implement RuntimeClass support for the Kubelet & CRI 2018-09-04 13:45:11 -07:00
secret Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
server Merge pull request #69043 from deads2k/auth-01-logging 2018-09-27 07:18:31 -07:00
stats Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data. 2018-09-06 21:49:00 +02:00
status Merge pull request #64867 from dixudx/missing_container_ready_ltt 2018-09-08 17:22:30 -07:00
sysctl Run make update 2018-06-06 00:12:40 +02:00
token Currently, token manager use keyFunc like: fmt.Sprintf("%q/%q/%#v", name, namespace, tr.Spec). 2018-09-06 09:03:26 -07:00
types critical pod test should not rely on feature gate set in framework; non-critical pods are always preemptable 2018-09-07 17:43:42 -07:00
util use dailcontext 2018-09-08 16:07:38 +08:00
volumemanager Merge pull request #66884 from NickrenREN/attacher-detacher-refactor 2018-08-15 07:03:48 -07:00
winstats Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
active_deadline_test.go
active_deadline.go
BUILD Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
doc.go
errors.go Start synchronizing pods after network is ready. 2018-09-21 10:12:49 +02:00
kubelet_getters_test.go
kubelet_getters.go Apply pod name and namespace labels for pod cgroup for cadvisor metrics 2018-05-07 14:51:12 -04:00
kubelet_network_linux.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network_others.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network_test.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_network.go Kubelet: only sync iptables on linux 2018-09-05 10:22:48 +08:00
kubelet_node_status_test.go Kubelet creates and manages node leases 2018-08-26 16:03:36 -07:00
kubelet_node_status.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
kubelet_pods_linux_test.go Fix unit tests for Windows 2018-09-05 10:22:53 +08:00
kubelet_pods_test.go Fix to inject KUBERNETES_ env vars when enableServiceLinks is 2018-09-17 16:28:49 -04:00
kubelet_pods_windows_test.go Add dynamic environment variable substitution to subpaths 2018-05-29 17:01:09 +01:00
kubelet_pods.go Merge pull request #68289 from denkensk/fix-simple-pkg-kubelet 2018-09-25 06:14:03 -07:00
kubelet_resources_test.go Cleanup verbose cAdvisor mocking in Kubelet unit tests 2018-06-27 11:53:41 -07:00
kubelet_resources.go
kubelet_test.go fix golint for pkg/volume/gce_pd 2018-10-01 18:58:30 +00:00
kubelet_volumes_test.go Refactor of GenerateMapDeviceFunc to delegate Map call to volume plugin. 2018-06-03 17:25:37 -04:00
kubelet_volumes.go Fix issue with race condition during pod deletion 2018-03-15 15:35:37 -07:00
kubelet.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
oom_watcher_test.go
oom_watcher.go
OWNERS Add labels to kubelet OWNERS files 2018-08-22 00:43:32 +03:00
pod_container_deletor_test.go
pod_container_deletor.go kubelet: force filterContainerID to empty string when removeAll is true 2018-04-30 16:29:17 -05:00
pod_workers_test.go
pod_workers.go Start synchronizing pods after network is ready. 2018-09-21 10:12:49 +02:00
reason_cache_test.go
reason_cache.go Simple code and typo fixed in in kubelet 2018-09-06 09:12:39 +08:00
runonce_test.go implement service account token projection 2018-06-04 17:22:08 -07:00
runonce.go fix todo:add function getFailContainer to report which containers failed the pod 2018-03-15 09:38:02 +08:00
runtime.go del internalError 2018-09-13 11:25:26 +08:00
util.go
volume_host.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00