github.com/jrxfive/nomad@v0.6.1-0.20170802162750-1fef470e89bf/client/driver/java_universal.go (about)

     1  // +build !linux
     2  
     3  package driver
     4  
     5  import cstructs "github.com/hashicorp/nomad/client/structs"
     6  
     7  func (d *JavaDriver) FSIsolation() cstructs.FSIsolation {
     8  	return cstructs.FSIsolationNone
     9  }