package plugin

import "github.com/containerd/containerd/snapshots/blockfile/plugin"

Index

Types

type Config

type Config struct {
	// Root directory for the plugin
	RootPath string `toml:"root_path"`

	// ScratchFile is the scratch block file to use as an empty block
	ScratchFile string `toml:"scratch_file"`

	// FSType is the filesystem type for the mount
	FSType string `toml:"fs_type"`

	// MountOptions are options used for the mount
	MountOptions []string `toml:"mount_options"`
}

Config represents configuration for the native plugin.

Source Files

plugin.go

Version
v1.7.15
Published
Apr 5, 2024
Platform
linux/amd64
Imports
4 packages
Last checked
8 minutes ago

Tools for package owners.