Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookHandler ¶
type WebhookHandler struct {
// contains filtered or unexported fields
}
func NewWebhookHandler ¶
func NewWebhookHandler(controller *controller.Controller, clientset *kubernetes.Clientset, wfClientset *wfclient.Clientset, ghClientset *ghclient.Clientset, secret string) WebhookHandler
func (WebhookHandler) ApplyGitHook ¶
func (WebhookHandler) GithubWebhook ¶
func (h WebhookHandler) GithubWebhook(w http.ResponseWriter, r *http.Request)
func (WebhookHandler) UpdateGitHook ¶
func (h WebhookHandler) UpdateGitHook(gh *ghapi.GitHook, annotations map[string]string, appliedResource ghapi.ResourceSpec)
Click to show internal directories.
Click to hide internal directories.