Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Root directory for the plugin
RootPath string `toml:"root_path"`
// MountOptions are options used for the EROFS overlayfs mount
OvlOptions []string `toml:"ovl_mount_options"`
// EnableFsverity enables fsverity for EROFS layers
EnableFsverity bool `toml:"enable_fsverity"`
}
Config represents configuration for the native plugin.
Click to show internal directories.
Click to hide internal directories.