k3s/pkg/kubelet
Daniel Smith aa9b9b9fa8 Invert api and api/v1beta1 dependencies
This is some cleanup that has been needed for a while.
There's still one more step that could usefully be done, which is to
split up our api package into the part that provides the helper
functions and the part that provides the internal types. That can come
later.

The v1beta1 package is now a good example of what an api plugin should
do to version its types.
2014-08-29 12:15:30 -07:00
..
config Invert api and api/v1beta1 dependencies 2014-08-29 12:15:30 -07:00
doc.go Reduce logging noise 2014-06-28 22:16:26 -07:00
docker.go Add container hashing to the container name, and restart containers on changes. 2014-08-08 13:32:07 -07:00
fake_docker_client.go Add some more synchronization. 2014-07-28 15:05:39 -07:00
kubelet.go Remove deprecated bits from kubelet 2014-08-26 22:39:00 -07:00
kubelet_test.go Remove deprecated bits from kubelet 2014-08-26 22:39:00 -07:00
server.go Fixed kubelet /healthz by using healthz package 2014-08-28 15:34:39 -07:00
server_test.go Add a run command to the kublet server 2014-08-26 13:57:44 -07:00
types.go Refactor Kubelet config sources for clarity 2014-07-21 21:18:36 -04:00
validation.go Use new api/errors, get rid of api.* error code 2014-08-15 00:14:38 -07:00
validation_test.go Refactor Kubelet config sources for clarity 2014-07-21 21:18:36 -04:00