stemcell

package
v0.0.0-...-8e9553d Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Creator

type Creator interface {
	CreateStemcell(imageId string) (stemcellId string, err error)
}

func NewCreator

func NewCreator(c client.Connector, l boshlog.Logger) Creator

type CreatorFactory

type CreatorFactory func(client.Connector, boshlog.Logger) Creator

type Destroyer

type Destroyer interface {
	DeleteStemcell(stemcellId string) (err error)
}

func NewDestroyer

func NewDestroyer(c client.Connector, l boshlog.Logger) Destroyer

type DestroyerFactory

type DestroyerFactory func(client.Connector, boshlog.Logger) Destroyer

type Finder

type Finder interface {
	FindStemcell(imageOAOID string) (stemcellId string, err error)
}

func NewFinder

func NewFinder(c client.Connector, l boshlog.Logger) Finder

type FinderFactory

type FinderFactory func(client.Connector, boshlog.Logger) Finder

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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