package tests
import "github.com/containerd/nydus-snapshotter/tests"
Index ¶
- type Nydusd
- func NewNydusd(conf NydusdConfig) (*Nydusd, error)
- func (nydusd *Nydusd) Mount() error
- func (nydusd *Nydusd) Umount() error
- type NydusdConfig
Types ¶
type Nydusd ¶
type Nydusd struct { NydusdConfig }
Nydusd runs nydusd binary.
func NewNydusd ¶
func NewNydusd(conf NydusdConfig) (*Nydusd, error)
func (*Nydusd) Mount ¶
func (*Nydusd) Umount ¶
type NydusdConfig ¶
type NydusdConfig struct { EnablePrefetch bool NydusdPath string BootstrapPath string ConfigPath string BackendType string BackendConfig string BlobCacheDir string APISockPath string MountPath string Mode string DigestValidate bool }
Source Files ¶
- Version
- v0.15.1 (latest)
- Published
- Jan 26, 2025
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 3 days ago –
Tools for package owners.