Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSaveTask = errors.New("error in saveTask transition handler") ErrTaskTypeAssertion = errors.New("error asserting Task type") )
Functions ¶
func RunInband ¶ added in v1.1.0
func RunInband( ctx context.Context, dryrun, faultInjection bool, facilityCode string, repository store.Repository, nc *ctrl.HTTPController, logger *logrus.Logger, )
RunInband initializes the inband installer
func RunOutofband ¶ added in v1.1.0
func RunOutofband( ctx context.Context, dryrun, faultInjection bool, repository store.Repository, nc *ctrl.NatsController, logger *logrus.Logger, )
RunOutofband initializes the Out of band Condition handler and listens for events
Types ¶
type InbandConditionTaskHandler ¶ added in v1.1.0
type InbandConditionTaskHandler struct {
// contains filtered or unexported fields
}
implements the controller.TaskHandler interface
type OobConditionTaskHandler ¶ added in v1.1.0
type OobConditionTaskHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.