mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Allocation resources returned in a struct
This commit is contained in:
@@ -5,9 +5,9 @@ package executor
|
||||
import (
|
||||
"os"
|
||||
|
||||
cstructs "github.com/hashicorp/nomad/client/driver/structs"
|
||||
|
||||
cstructs "github.com/hashicorp/nomad/client/structs"
|
||||
"github.com/mitchellh/go-ps"
|
||||
|
||||
cgroupConfig "github.com/opencontainers/runc/libcontainer/configs"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user