pull/9958/head
Thomas Stromberg 2020-12-14 10:55:20 -08:00
parent 21db1adab4
commit b114399511
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const (
HyperKit = "hyperkit"
// VMware driver
VMware = "vmware"
// VMwareFusion driver
// VMwareFusion driver (deprecated)
VMwareFusion = "vmwarefusion"
// HyperV driver
HyperV = "hyperv"

View File

@ -31,6 +31,8 @@ type Priority int
const (
// Unknown is when there is no status check available
Unknown Priority = iota
// Obsolete is when a driver has been removed
Obsolete
// Unhealthy is when a driver does not pass health checks
Unhealthy
// Experimental is when a driver is not officially supported because it's still experimental