minikube/pkg/drivers/kic
Priya Wadhwa 7c2cac612d Fix bug in FailFastError and add unit test
Since FailFastError was just another `error`, all errors were technically `FailFastErrors`.

This code makes `FailFastError` a struct which implements the error interface, so that now errors can be distinctly identified as `FailFastError`'

Also added a unit test to prove that this works now.
2020-06-26 11:58:34 -07:00
..
oci Fix bug in FailFastError and add unit test 2020-06-26 11:58:34 -07:00
kic.go address review comments 2020-06-17 18:32:11 -07:00
types.go Add --cni flag, fix --network-plugin=kubenet 2020-06-23 20:10:25 -07:00