github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/client/driver/structs/structs_default.go (about) 1 // +build darwin dragonfly freebsd netbsd openbsd solaris windows 2 3 package structs 4 5 // IsolationConfig has information about the isolation mechanism the executor 6 // uses to put resource constraints and isolation on the user process. The 7 // default implementation is empty. Platforms that support resource isolation 8 // (e.g. Linux's Cgroups) should build their own platform-specific copy. This 9 // information is transmitted via RPC so it is not permissable to change the 10 // API. 11 type IsolationConfig struct { 12 }