mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
driver/java: Add to builtin list
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
// which are available for allocation handling
|
||||
var BuiltinDrivers = map[string]Factory{
|
||||
"exec": NewExecDriver,
|
||||
"java": NewJavaDriver,
|
||||
}
|
||||
|
||||
// NewDriver is used to instantiate and return a new driver
|
||||
|
||||
Reference in New Issue
Block a user