Versions in this module Expand all Collapse all v0 v0.12.4 May 16, 2024 Changes in this version + func AttachLayerStorageFilter(ctx context.Context, layerPath string, layerData LayerData) (err error) — windows/amd64 + func AttachOverlayFilter(ctx context.Context, volumePath string, layerData LayerData) (err error) — windows/amd64 + func DestroyLayer(ctx context.Context, layerPath string) (err error) — windows/amd64 + func DetachLayerStorageFilter(ctx context.Context, layerPath string) (err error) — windows/amd64 + func DetachOverlayFilter(ctx context.Context, volumePath string, ...) (err error) — windows/amd64 + func ExportLayer(ctx context.Context, layerPath, exportFolderPath string, layerData LayerData, ...) (err error) — windows/amd64 + func FormatWritableLayerVhd(ctx context.Context, vhdHandle windows.Handle) (err error) — windows/amd64 + func GetLayerVhdMountPath(ctx context.Context, vhdHandle windows.Handle) (path string, err error) — windows/amd64 + func ImportLayer(ctx context.Context, layerPath, sourceFolderPath string, layerData LayerData) (err error) — windows/amd64 + func InitializeWritableLayer(ctx context.Context, layerPath string, layerData LayerData) (err error) — windows/amd64 + func SetupBaseOSLayer(ctx context.Context, layerPath string, vhdHandle windows.Handle, ...) (err error) — windows/amd64 + func SetupBaseOSVolume(ctx context.Context, layerPath, volumePath string, options OsLayerOptions) (err error) — windows/amd64 + func SetupContainerBaseLayer(ctx context.Context, layerPath, baseVhdPath, diffVhdPath string, ...) (err error) — windows/amd64 + func SetupUtilityVMBaseLayer(ctx context.Context, uvmPath, baseVhdPath, diffVhdPath string, sizeInGB uint64) (err error) — windows/amd64 + type ExportLayerOptions struct + IsWritableLayer bool + type Layer = hcsschema.Layer + type LayerData struct + FilterType hcsschema.FileSystemFilterType + Layers []Layer + SchemaVersion Version + type OsLayerOptions struct + DisableCiCacheOptimization bool + SkipUpdateBcdForBoot bool + Type OsLayerType + type OsLayerType string + const OsLayerTypeContainer + const OsLayerTypeVM + type Version = hcsschema.Version