Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WebhookHandler ¶
func WebhookHandler(polrClient *kubernetes.Client, filter *tracee.Filter) http.HandlerFunc
ReadyHandler for the Halthz REST API
Types ¶
type Server ¶
type Server interface { // Start the HTTP Server Start() error // Shutdown the HTTP Sever Shutdown(ctx context.Context) error // RegisterLifecycleHandler adds healthy and readiness APIs RegisterLifecycleHandler() // RegisterWebhookHandler adds webhook api for tracee events RegisterWebhookHandler() // RegisterProfilingHandler adds the optional pprof profiling APIs RegisterProfilingHandler() }
Server for the Lifecycle and optional HTTP REST API
Click to show internal directories.
Click to hide internal directories.