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 ¶
- Version
- v1.7.11
- Published
- Dec 8, 2023
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 24 minutes ago –
Tools for package owners.