Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TriggerEventEvaluator ¶
type TriggerEventEvaluator interface {
IsPriorityDeployment(valuesOverrideResponse *app.ValuesOverrideResponse) (isPriorityEvent bool, err error)
}
type TriggerEventEvaluatorImpl ¶
type TriggerEventEvaluatorImpl struct {
// contains filtered or unexported fields
}
func NewTriggerEventEvaluatorImpl ¶
func NewTriggerEventEvaluatorImpl(logger *zap.SugaredLogger, imageTagRepository repository.ImageTaggingRepository, teamService team.TeamService, attributesService attributes.AttributesService, celEvaluatorService cel.EvaluatorService) (*TriggerEventEvaluatorImpl, error)
func (*TriggerEventEvaluatorImpl) IsPriorityDeployment ¶
func (impl *TriggerEventEvaluatorImpl) IsPriorityDeployment(valuesOverrideResponse *app.ValuesOverrideResponse) (isPriorityEvent bool, err error)
Click to show internal directories.
Click to hide internal directories.