Documentation ¶
Index ¶
- Constants
- type ExportableImage
- type Image
- type Interface
- type RootFS
- type RootFSImage
- func (dli RootFSImage) AbsolutePath(absPath string) (string, error)
- func (dli *RootFSImage) Cleanup()
- func (dli RootFSImage) ExportWithMetadata(metadata metadata.Metadata, path string, tag string) error
- func (dli RootFSImage) GetConfig() (*v1.ConfigFile, error)
- func (dli RootFSImage) GetDirContents(s string) ([]string, error)
- func (dli RootFSImage) GetDirFileNames(s string, i bool) ([]string, error)
- func (dli RootFSImage) GetFileContent(s string) (string, error)
Constants ¶
View Source
const RootfsPrefix = "deplab-rootFS-"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportableImage ¶
type RootFS ¶
type RootFS struct {
// contains filtered or unexported fields
}
func (*RootFS) GetDirFileNames ¶
type RootFSImage ¶
type RootFSImage struct {
// contains filtered or unexported fields
}
func NewDeplabImage ¶
func NewDeplabImage(inputImage, inputImageTarPath string) (RootFSImage, error)
func (RootFSImage) AbsolutePath ¶
func (dli RootFSImage) AbsolutePath(absPath string) (string, error)
func (*RootFSImage) Cleanup ¶
func (dli *RootFSImage) Cleanup()
func (RootFSImage) ExportWithMetadata ¶
func (RootFSImage) GetConfig ¶
func (dli RootFSImage) GetConfig() (*v1.ConfigFile, error)
func (RootFSImage) GetDirContents ¶
func (dli RootFSImage) GetDirContents(s string) ([]string, error)
func (RootFSImage) GetDirFileNames ¶
func (dli RootFSImage) GetDirFileNames(s string, i bool) ([]string, error)
func (RootFSImage) GetFileContent ¶
func (dli RootFSImage) GetFileContent(s string) (string, error)
Click to show internal directories.
Click to hide internal directories.