github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/client/driver/structs/structs_linux.go (about)

     1  package structs
     2  
     3  import cgroupConfig "github.com/opencontainers/runc/libcontainer/configs"
     4  
     5  // IsolationConfig has information about the isolation mechanism the executor
     6  // uses to put resource constraints and isolation on the user process
     7  type IsolationConfig struct {
     8  	Cgroup      *cgroupConfig.Cgroup
     9  	CgroupPaths map[string]string
    10  }