notification

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(config ClientConfig) (*Client, error)

func (Client) CallWebhook

func (c Client) CallWebhook(ctxt context.Context, summary PipelineRunResult) error

func (*Client) ShouldNotify

func (c *Client) ShouldNotify(status string) bool

type ClientConfig

type ClientConfig struct {
	Namespace          string
	Logger             logging.LeveledLoggerInterface
	NotificationConfig *Config
	HTTPClient         *http.Client
}

type Config

type Config struct {
	Enabled        bool
	URL            string
	Method         string
	ContentType    string
	NotifyOnStatus []string
	Template       *template.Template
}

func ReadConfigFromConfigMap

func ReadConfigFromConfigMap(ctxt context.Context, kubernetesClient kubernetes.ClientInterface) (*Config, error)

type PipelineRunResult

type PipelineRunResult struct {
	PipelineRunName string
	PipelineRunURL  string
	OverallStatus   string
	ODSContext      *pipelinectxt.ODSContext
}

Jump to

Keyboard shortcuts

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