Brian Goff
77069e63e5
Update to use go modules ( #671 )
...
This includes updates to CI config, vendor files, etc.
I've hard-coded the k8s depedency at 1.13.4 to keep it inline with what
we currently have and to make sure a another run of `go mod tidy`
doesn't accidentally update it to an unexpected version.
Thanks to hectorj2f for carrying this along.
2019-06-19 16:17:22 +01:00
Brian Goff
18e07b67ce
Remove azure provider
...
This was moved over to github.com/virtual-kubelet/azure-aci
2019-06-13 12:55:18 -07:00
Eric Jadi
89921a08c1
Added clean exec functionality + ACI implementation - V2 ( #244 )
...
* Stubs and vkubelet changes
* added dependencies
* Azure provider exec implementation
* added missing dependencies
* added vkubelet imports
* added huawei exec stub
* Fixed exec tab functionality / stdin buffer length
* Removed unused import
* Added provider function GetPodFullName + ACI implementation
* Added error handling in ACI provider exec
2018-07-06 14:12:05 -07:00
Robbie Zhang
6ec1098bb8
Fix the dependency issue ( #231 )
2018-06-21 12:09:42 -07:00
Robbie Zhang
77d0687688
Update the vendor folder ( #53 )
...
* Update the vendor folder
* Update the Gopkg.lock by running dep ensure
2018-01-05 11:22:17 -08:00