Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/daemon/graphdriver/driver_freebsd.go
2017-12-05 17:53:58 -06:00

9 lines
116 B
Go

package graphdriver
var (
// Slice of drivers that should be used in an order
priority = []string{
"zfs",
}
)