Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRevision ¶ added in v2.13.0
Types ¶
type ArgoCDWebhookHandler ¶
type ArgoCDWebhookHandler struct { sync.WaitGroup // for testing // contains filtered or unexported fields }
func NewHandler ¶
func NewHandler(namespace string, applicationNamespaces []string, webhookParallelism int, appClientset appclientset.Interface, set *settings.ArgoCDSettings, settingsSrc settingsSource, repoCache *cache.Cache, serverCache *servercache.Cache, argoDB db.ArgoDB, maxWebhookPayloadSizeB int64) *ArgoCDWebhookHandler
func (*ArgoCDWebhookHandler) HandleEvent ¶
func (a *ArgoCDWebhookHandler) HandleEvent(payload interface{})
HandleEvent handles webhook events for repo push events
func (*ArgoCDWebhookHandler) Handler ¶
func (a *ArgoCDWebhookHandler) Handler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.