Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCellUnhealthy = errors.New("internal cell healthcheck failed")
View Source
var ErrPreloadedRootFSNotFound = errors.New("preloaded rootfs path not found")
Functions ¶
func PathForRootFS ¶
func PathForRootFS(rootFS string, stackPathMap rep.StackPathMap) (string, error)
Types ¶
type AuctionCellRep ¶
type AuctionCellRep struct {
// contains filtered or unexported fields
}
func New ¶
func New( cellID string, preloadedStackPathMap rep.StackPathMap, arbitraryRootFSes []string, zone string, generateInstanceGuid func() (string, error), client executor.Client, evacuationReporter evacuation_context.EvacuationReporter, logger lager.Logger, ) *AuctionCellRep
Click to show internal directories.
Click to hide internal directories.