Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GraphRoot = os.Getenv("GARDEN_TEST_GRAPHPATH")
View Source
var RootFSPath = os.Getenv("GARDEN_TEST_ROOTFS")
Functions ¶
This section is empty.
Types ¶
type RunningGarden ¶
type RunningGarden struct { client.Client Pid int DepotDir string GraphRoot string GraphPath string // contains filtered or unexported fields }
func (*RunningGarden) Cleanup ¶
func (r *RunningGarden) Cleanup()
func (*RunningGarden) DestroyAndStop ¶
func (r *RunningGarden) DestroyAndStop() error
func (*RunningGarden) DestroyContainers ¶
func (r *RunningGarden) DestroyContainers() error
func (*RunningGarden) Kill ¶
func (r *RunningGarden) Kill() error
func (*RunningGarden) Stop ¶
func (r *RunningGarden) Stop() error