Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶
func Merge(option MergeOption) ([]digest.Digest, error)
func Pack ¶ added in v0.3.0
func Pack(option PackOption) error
func Unpack ¶ added in v0.3.0
func Unpack(option UnpackOption) error
Types ¶
type Feature ¶ added in v0.6.1
type Feature string
const ( // The option `--type tar-rafs` enables converting OCI tar blob // stream into nydus blob directly, the tar2rafs eliminates the // need to decompress it to a local directory first, thus greatly // accelerating the pack process. FeatureTar2Rafs Feature = "--type tar-rafs" )
type Features ¶ added in v0.6.1
type Features []Feature
func DetectFeatures ¶ added in v0.6.1
DetectFeatures returns supported feature list from required feature list.
type MergeOption ¶
type PackOption ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.