webhook

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MergeArray added in v1.3.0

func MergeArray(a, b []string) []string

func ToStrings added in v1.3.0

func ToStrings(s string) []string

Types

type WebhookServer

type WebhookServer struct {
	Server *http.Server
}

func (*WebhookServer) Serve

func (whsvr *WebhookServer) Serve(w http.ResponseWriter, r *http.Request)

Serve method for webhook server

type WhSvrParameters

type WhSvrParameters struct {
	Port             int    // webhook server port
	CertFile         string // path to the x509 certificate for https
	KeyFile          string // path to the x509 private key matching `CertFile`
	SidecarCfgFile   string // path to sidecar injector configuration file
	CustomNamespaces string // ignored custom namespaces
}

Webhook Server parameters

var (
	Parameters WhSvrParameters
)

Jump to

Keyboard shortcuts

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