vfs

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrReadOnly is raised when calling fs modification operation.
	ErrReadOnly = fmt.Errorf("filesystem is readonly")
	// ErrDirectoryListingIsForbidden is raise dwhen trying to list files from a directory
	ErrDirectoryListingIsForbidden = fmt.Errorf("directory listing is forbidden")
	// ErrNotSeekable is raised when trying to do partial read
	ErrNotSeekable = fmt.Errorf("filesystem is not seekable")
)

Functions

func FromBundle

func FromBundle(b *bundlev1.Bundle) (afero.Fs, error)

FromBundle initialize an afero filesystem abstraction from a secret bundle

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL