CRI Provider implementation (#195)

* First commit of CRI provider. Vendor deps not included

* First commit of CRI provider. Vendor deps not included

* Tidy up comments and format code

* vendor grpc, CRI APIs, update protobuf and tidy logging

* First commit of CRI provider. Vendor deps not included

* Tidy up comments and format code

* vendor grpc, CRI APIs, update protobuf and tidy logging

* Add README

* Fix errors in make test
This commit is contained in:
Ben Corrie
2018-05-15 08:50:52 -07:00
committed by Ria Bhatia
parent 4b61932ac1
commit c6c89f062f
702 changed files with 456968 additions and 11190 deletions

View File

@@ -20,6 +20,10 @@
# name = "github.com/x/y"
# version = "2.4.0"
[prune]
[[prune.project]]
unused-packages = true
name = "k8s.io/kubernetes"
[[constraint]]
branch = "master"
@@ -64,3 +68,12 @@
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.38"
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.0"
[[constraint]]
name = "k8s.io/kubernetes"
version = "1.10.0"