Documentation ¶
Index ¶
- func NewFileSystem(ctx context.Context, opt ...NewFSOpt) (fspkg.FileSystem, error)
- type NewFSOpt
- func WithCacheManager(cm *cache.Manager) NewFSOpt
- func WithDaemonConfig(cfg config.DaemonConfig) NewFSOpt
- func WithDaemonMode(daemonMode string) NewFSOpt
- func WithLogDir(dir string) NewFSOpt
- func WithLogLevel(logLevel string) NewFSOpt
- func WithLogToStdout(logToStdout bool) NewFSOpt
- func WithMeta(root string) NewFSOpt
- func WithNydusdBinaryPath(p string) NewFSOpt
- func WithProcessManager(pm *process.Manager) NewFSOpt
- func WithVPCRegistry(vpcRegistry bool) NewFSOpt
- func WithVerifier(verifier *signature.Verifier) NewFSOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileSystem ¶
NewFileSystem initialize Filesystem instance
Types ¶
type NewFSOpt ¶
type NewFSOpt func(d *filesystem) error
func WithCacheManager ¶
func WithDaemonConfig ¶
func WithDaemonConfig(cfg config.DaemonConfig) NewFSOpt
func WithDaemonMode ¶
func WithLogDir ¶
func WithLogLevel ¶
func WithLogToStdout ¶
func WithNydusdBinaryPath ¶
func WithProcessManager ¶
func WithVPCRegistry ¶
func WithVerifier ¶
Click to show internal directories.
Click to hide internal directories.