github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/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 }