github.com/blixtra/nomad@v0.7.2-0.20171221000451-da9a1d7bb050/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 permissible to change the
    10  // API.
    11  type IsolationConfig struct {
    12  }