package plugincore
import "github.com/containerd/stargz-snapshotter/service/plugincore"
Index ¶
Functions ¶
func RegisterPlugin ¶
func RegisterPlugin()
Types ¶
type Config ¶
type Config struct { service.Config // RootPath is the directory for the plugin RootPath string `toml:"root_path"` // CRIKeychainImageServicePath is the path to expose CRI service wrapped by CRI keychain CRIKeychainImageServicePath string `toml:"cri_keychain_image_service_path"` // Registry is CRI-plugin-compatible registry configuration Registry resolver.Registry `toml:"registry"` }
Config represents configuration for the stargz snapshotter plugin.
Source Files ¶
- Version
- v0.16.3 (latest)
- Published
- Dec 12, 2024
- Platform
- linux/amd64
- Imports
- 22 packages
- Last checked
- 2 weeks ago –
Tools for package owners.