Update go-cni to 891c2a41e18144b2d7921f971d6c9789a68046b2.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-04-09 17:07:38 -07:00
parent ebb0928057
commit e425bd019a
7 changed files with 115 additions and 19 deletions

View File

@@ -50,3 +50,8 @@ func (f *FakeCNIPlugin) Status() error {
func (f *FakeCNIPlugin) Load(opts ...cni.CNIOpt) error {
return f.LoadErr
}
// GetConfig returns a copy of the CNI plugin configurations as parsed by CNI
func (f *FakeCNIPlugin) GetConfig() *cni.ConfigResult {
return nil
}