minikube/pkg/localkube
dlorenc 1884f8acf1 Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
..
kube2sky First attempt at updating k8s. 2016-05-13 14:05:27 -07:00
apiserver.go Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
controller-manager.go Remove dependency on easyrsa; now localkube signs its own certs (including CA, which wasn't present earlier). Now serviceAccounts should work properly 2016-05-10 19:53:11 +03:00
crypto.go Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
dns.go Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
etcd.go Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
kubelet.go Use utilnet for getting the host's public IP, which is more reliable. Also, switch to net.IP and net.IPNet flags for validation 2016-05-10 17:49:09 +03:00
localkube.go Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
localkube_test.go Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
proxy.go Blow away godeps.json, re "godep save". 2016-05-13 14:55:15 -07:00
scheduler.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
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