Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepo ¶
func NewRepo(configService bmconfig.DeploymentConfigService) repo
Types ¶
type Infrastructure ¶
type ManagerFactory ¶
type ManagerFactory interface {
NewManager(Infrastructure) Manager
}
func NewManagerFactory ¶
func NewManagerFactory(fs boshsys.FileSystem, reader Reader, repo Repo, eventLogger bmeventlog.EventLogger) ManagerFactory
type Manifest ¶
type Manifest struct {
ImagePath string
Name string
Version string
SHA1 string
RawCloudProperties map[interface{}]interface{} `yaml:"cloud_properties"`
}
func (Manifest) CloudProperties ¶
type Reader ¶
Reader reads a stemcell tarball and returns a stemcell object containing parsed information (e.g. version, name)
func NewReader ¶
func NewReader(compressor boshcmd.Compressor, fs boshsys.FileSystem) Reader
Source Files
¶
Click to show internal directories.
Click to hide internal directories.