Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSImporter ¶
type FSImporter struct {
// contains filtered or unexported fields
}
func NewFSImporter ¶
func NewFSImporter( dkrClient *dkrclient.Client, fs boshsys.FileSystem, uuidGen boshuuid.Generator, logger boshlog.Logger, ) FSImporter
func (FSImporter) ImportFromPath ¶
func (i FSImporter) ImportFromPath(imagePath string) (Stemcell, error)
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
func (Image) ID ¶
func (s Image) ID() apiv1.StemcellCID
type Stemcell ¶
type Stemcell interface { ID() apiv1.StemcellCID Delete() error }
Click to show internal directories.
Click to hide internal directories.