webhook

package
v1.9.22-beta003 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebhookListener

type WebhookListener struct {
	Uri        string
	Log        *zap.SugaredLogger
	HttpClient *http.Client
	// contains filtered or unexported fields
}

func NewWebhookListener

func NewWebhookListener(name, uri, selector string, events []testkube.EventType) *WebhookListener

func (*WebhookListener) Events

func (l *WebhookListener) Events() []testkube.EventType

func (*WebhookListener) Kind

func (l *WebhookListener) Kind() string

func (*WebhookListener) Metadata

func (l *WebhookListener) Metadata() map[string]string

func (*WebhookListener) Name added in v1.5.17

func (l *WebhookListener) Name() string

func (*WebhookListener) Notify

func (l *WebhookListener) Notify(event testkube.Event) (result testkube.EventResult)

func (*WebhookListener) Selector

func (l *WebhookListener) Selector() string

type WebhooksLister

type WebhooksLister interface {
	List(selector string) (*executorsv1.WebhookList, error)
}

WebhooksLoader loads webhooks from kubernetes

type WebhooksLoader

type WebhooksLoader struct {
	WebhooksClient WebhooksLister
}

func NewWebhookLoader

func NewWebhookLoader(webhooksClient WebhooksLister) *WebhooksLoader

func (WebhooksLoader) Kind

func (r WebhooksLoader) Kind() string

func (WebhooksLoader) Load

func (r WebhooksLoader) Load() (listeners common.Listeners, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL