Versions in this module Expand all Collapse all v0 v0.12.4 May 16, 2024 Changes in this version + func ReleaseResources(ctx context.Context, r *Resources, vm *uvm.UtilityVM, all bool) error — windows/amd64 + type ResourceCloser interface — windows/amd64 + Release func(context.Context) error + type ResourceCloserFunc func(context.Context) error — windows/amd64 + func (f ResourceCloserFunc) Release(ctx context.Context) error + type Resources struct — windows/amd64 + func NewContainerResources(id string) *Resources + func (r *Resources) Add(newResources ...ResourceCloser) + func (r *Resources) ContainerRootInUVM() string + func (r *Resources) LcowScratchPath() string + func (r *Resources) NetNS() string + func (r *Resources) SetAddedNetNSToVM(addedNetNSToVM bool) + func (r *Resources) SetContainerRootInUVM(containerRootInUVM string) + func (r *Resources) SetCreatedNetNS(created bool) + func (r *Resources) SetLayers(l ResourceCloser) + func (r *Resources) SetLcowScratchPath(scratchPath string) + func (r *Resources) SetNetNS(netNS string)