Documentation ¶
Index ¶
Constants ¶
View Source
const HelmAppStatusUpdateCronExpr string = "*/2 * * * *"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmApplicationStatusUpdateHandler ¶
type HelmApplicationStatusUpdateHandler interface {
HelmApplicationStatusUpdate()
}
type HelmApplicationStatusUpdateHandlerImpl ¶
type HelmApplicationStatusUpdateHandlerImpl struct { CdHandler pipeline.CdHandler // contains filtered or unexported fields }
func NewHelmApplicationStatusUpdateHandlerImpl ¶
func NewHelmApplicationStatusUpdateHandlerImpl(logger *zap.SugaredLogger, appService app.AppService, workflowDagExecutor pipeline.WorkflowDagExecutor, installedAppService service.InstalledAppService, CdHandler pipeline.CdHandler) *HelmApplicationStatusUpdateHandlerImpl
func (*HelmApplicationStatusUpdateHandlerImpl) HelmApplicationStatusUpdate ¶
func (impl *HelmApplicationStatusUpdateHandlerImpl) HelmApplicationStatusUpdate()
Click to show internal directories.
Click to hide internal directories.