Added missing providers to providers.go for build-time validation (#253)

* build all providers compile-time to validate interface implementation

* removed duplicate CRI provider initialization
This commit is contained in:
Eric Jadi
2018-07-09 20:56:17 +02:00
committed by Robbie Zhang
parent 32f996ab60
commit 6543b0d410
2 changed files with 7 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ Rita Zhang <rita.z.zhang@gmail.com>
Robbie Zhang <junjiez@microsoft.com>
Ben Corrie <bcorrie@vmware.com>
Fei Xu <xufei40@huawei.com>
Eric Jadi <erjadi@microsoft.com>