Commit Graph

20110 Commits (320c41f80e3f601864da1f192ff629ef6dc34f5c)

Author SHA1 Message Date
Dan Lorenc e9980356f1 Remove out-of-process driver startup. 2016-04-24 10:29:51 -07:00
Dan Lorenc c3b56fa10b Refactor test fakes.
- Move them into their own package.
- Move constants into their own package as well.
2016-04-23 13:46:47 -07:00
dlorenc 9ce2febb3a Start unit tests for cluster.go 2016-04-22 13:48:00 -07:00
dlorenc 26af1ad0bd More cleanup in Host creation. 2016-04-21 15:00:22 -07:00
dlorenc 038a285073 Refactoring cluster.go a bit.
Get the API reference ahead of time and pass it in.
Separate starting the cluster from starting the Host.
2016-04-21 14:44:00 -07:00
dlorenc 89e2b208ec README additions. 2016-04-19 11:45:58 -07:00
dlorenc e8a60b9cdf Initial prototype using libmachine and localkubectrl.
go run cli/main.go start will bring up a VM with localkube
running and print out instructions on how to use it.

Lots to do still:
- This is not very safe to re-run, but it will attempt to reuse a VM
if it already exists
- Commands for stopping/restarting/deleting
2016-04-19 11:21:57 -07:00
dlorenc b2b63b5e2f Initial commit of CLI using cobra scaffolding.
This commit adds a root CLI with no commands yet. This was generated
using "cobra init", with only a few modifications:

- License fixes.
- Removal of viper config loading.
- Help text modifications.
2016-04-18 10:40:41 -07:00
Vish Kannan 9cf84c2acd Update License file 2016-04-15 15:44:00 -07:00
Vish Kannan 320cff6595 Initial commit 2016-04-15 15:38:35 -07:00