Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoHealthCheckDefined = errors.New("no health check defined for stack")
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler( bbs Bbs.AppManagerBBS, lrPreProcessor LRPreProcessor, logger lager.Logger, ) Handler
type LRPreProcessor ¶
type LRPreProcessor interface {
PreProcess(lrp models.DesiredLRP, instanceIndex int, instanceGuid string) (models.DesiredLRP, error)
}
Click to show internal directories.
Click to hide internal directories.