server

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WebhookPathIndexKey string = ".metadata.webhookPath"
)

Variables

This section is empty.

Functions

func IndexReceiverWebhookPath added in v1.0.0

func IndexReceiverWebhookPath(o client.Object) []string

IndexReceiverWebhookPath is a client.IndexerFunc that returns the Receiver's webhook path, if present in its status.

func ValidateResourceFilter added in v1.5.0

func ValidateResourceFilter(s string) error

ValidateResourceFilter accepts a CEL expression and will parse and check that it's valid, if it's not valid an error is returned.

Types

type EventServer

type EventServer struct {
	kuberecorder.EventRecorder
	// contains filtered or unexported fields
}

EventServer handles event POST requests

func NewEventServer

func NewEventServer(port string, logger logr.Logger, kubeClient client.Client, eventRecorder kuberecorder.EventRecorder, noCrossNamespaceRefs bool, exportHTTPPathMetrics bool) *EventServer

NewEventServer returns an HTTP server that handles events

func (*EventServer) ListenAndServe

func (s *EventServer) ListenAndServe(stopCh <-chan struct{}, mdlw middleware.Middleware, store limiter.Store)

ListenAndServe starts the HTTP server on the specified port

type ReceiverServer

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

ReceiverServer handles webhook POST requests

func NewReceiverServer

func NewReceiverServer(port string, logger logr.Logger, kubeClient client.Client, noCrossNamespaceRefs bool, exportHTTPPathMetrics bool) *ReceiverServer

NewReceiverServer returns an HTTP server that handles webhooks

func (*ReceiverServer) ListenAndServe

func (s *ReceiverServer) ListenAndServe(stopCh <-chan struct{}, mdlw middleware.Middleware)

ListenAndServe starts the HTTP server on the specified port

Jump to

Keyboard shortcuts

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