Obsolete
parent
21db1adab4
commit
b114399511
|
@ -47,7 +47,7 @@ const (
|
||||||
HyperKit = "hyperkit"
|
HyperKit = "hyperkit"
|
||||||
// VMware driver
|
// VMware driver
|
||||||
VMware = "vmware"
|
VMware = "vmware"
|
||||||
// VMwareFusion driver
|
// VMwareFusion driver (deprecated)
|
||||||
VMwareFusion = "vmwarefusion"
|
VMwareFusion = "vmwarefusion"
|
||||||
// HyperV driver
|
// HyperV driver
|
||||||
HyperV = "hyperv"
|
HyperV = "hyperv"
|
||||||
|
|
|
@ -31,6 +31,8 @@ type Priority int
|
||||||
const (
|
const (
|
||||||
// Unknown is when there is no status check available
|
// Unknown is when there is no status check available
|
||||||
Unknown Priority = iota
|
Unknown Priority = iota
|
||||||
|
// Obsolete is when a driver has been removed
|
||||||
|
Obsolete
|
||||||
// Unhealthy is when a driver does not pass health checks
|
// Unhealthy is when a driver does not pass health checks
|
||||||
Unhealthy
|
Unhealthy
|
||||||
// Experimental is when a driver is not officially supported because it's still experimental
|
// Experimental is when a driver is not officially supported because it's still experimental
|
||||||
|
|
Loading…
Reference in New Issue