Documentation ¶
Index ¶
- func NewFileSystem(ctx context.Context, opt ...NewFSOpt) (fs.FileSystem, error)
- type Blob
- type NewFSOpt
- func WithDaemonConfig(cfg config.DaemonConfig) NewFSOpt
- func WithLogDir(dir string) NewFSOpt
- func WithLogLevel(logLevel string) NewFSOpt
- func WithLogToStdout(logToStdout bool) NewFSOpt
- func WithMeta(root string) NewFSOpt
- func WithNydusImageBinaryPath(p string) NewFSOpt
- func WithNydusdBinaryPath(p string) NewFSOpt
- func WithProcessManager(pm *process.Manager) NewFSOpt
- type Resolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileSystem ¶
Types ¶
type NewFSOpt ¶
type NewFSOpt func(d *filesystem) error
func WithDaemonConfig ¶
func WithDaemonConfig(cfg config.DaemonConfig) NewFSOpt
func WithLogDir ¶
func WithLogLevel ¶
func WithLogToStdout ¶
func WithNydusdBinaryPath ¶
func WithProcessManager ¶
Click to show internal directories.
Click to hide internal directories.