minikube/pkg/localkube
Matt Rickard 12c5973fbf Manual changes for k8s v1.5.0-beta.1
The internal k8s client has now been taken out of the kubernetes repo
and is fully at k8s.io/client-go.  Minikube should only reference the
client-go library, while Localkube can continue to reference both
internal k8s components as well as client-go.

make gendocs
2016-12-13 11:21:44 -08:00
..
apiserver.go Manual changes for k8s v1.5.0-beta.1 2016-12-13 11:21:44 -08:00
controller-manager.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
etcd.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
kubelet.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
localkube.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
localkube_test.go Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
proxy.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
scheduler.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
server.go Run gofmt 2016-05-09 23:37:46 +03:00
servers.go Very large refactor of localkube. Fixed lots of bugs, added flags and commands via cobra, extracted a simple interface for SimpleServer for all Kubernetes components, made DNS working again, created the type LocalkubeServer which holds all necessary data etc. 2016-05-09 23:35:57 +03:00