Commit Graph

10 Commits

Author SHA1 Message Date
chaodaiG 53eebd4e81 Cluster management lib: create cluster with addon (#687)
* Create cluster with addon

* Apply suggestions from code review

Co-Authored-By: Victor Agababov <vagababov@gmail.com>
Co-Authored-By: Adriano Cunha <35786489+adrcunha@users.noreply.github.com>
2019-09-16 16:06:46 -07:00
chaodaiG b980bf131b Cluster creation lib uses v1beta1 instead of v1 (#677) 2019-09-16 12:57:49 -07:00
mattmoor-sockpuppet ed1a121c33 golang format tools (#684)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign mattmoor
2019-09-16 07:21:41 -07:00
chaodaiG 55634011c4 Add cluster deletion funciton (#674)
* Add cluster deletion funciton

* Apply suggestions from code review

Co-Authored-By: Adriano Cunha <35786489+adrcunha@users.noreply.github.com>
2019-09-13 11:05:34 -07:00
chaodaiG 2e2ab7a878 clusterlib: fake boskos client for better test coverage (#649)
* Fake boskos

* feedback updates
2019-09-12 11:36:32 -07:00
chaodaiG 87ad483365 Cluster operations wait for *Operation object directly (#666)
* Cluster operations wait for *Operation object directly

* feedback updates
2019-09-11 17:28:35 -07:00
chaodaiG c92533920c testing setup (#639) 2019-09-06 14:08:07 -07:00
chaodaiG 9f6e5334c2 Add cluster creation logic with using GKE SDK (#579)
* Add cluster creation logic with GKE SDK
`

* fix build/test error + code review updates

* add tests for acquiring cluster
2019-08-21 18:54:33 -07:00
chaodaiG d3c17af1d9 clustermanager: move common helpers and add more helpers (#573)
* clustermanager: move common helpers and add more helpers

* feedback updates
2019-08-14 14:52:07 -07:00
chaodaiG 057c0dfb8f Add cluster creation logic for local users (#569)
* Add cluster creation logic for local users

* Add unit test

* Feedback updates
2019-08-13 23:41:08 -07:00