minikube/pkg
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
..
addons Move kubectl binary function to kapi package to prevent future cyclic import dependencies 2020-06-25 09:40:14 -07:00
drivers Fix bug in FailFastError and add unit test 2020-06-26 11:58:34 -07:00
generate Fix some minor gofmt and golint issues 2020-05-14 07:50:29 +02:00
gvisor Refactor CommandRunner.Copy functions for consistency 2020-04-09 13:24:14 -07:00
initflag
kapi Move kubectl binary function to kapi package to prevent future cyclic import dependencies 2020-06-25 09:40:14 -07:00
minikube Fix bug in FailFastError and add unit test 2020-06-26 11:58:34 -07:00
provision Enable docker and kubelet units after adding them 2020-04-19 17:31:00 +02:00
storage Fix minikube/kubernetes capitalization, make short help consistent 2020-05-07 14:12:10 -07:00
util Add retry.Local + retry logging 2020-06-25 09:43:45 -07:00
version lint cleanup 2020-03-04 20:49:49 -08:00