signals

package
v0.12.4 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Overview

signals is a package for handling signals to gratefully shutdown app in combination with kubernetes pod graceful termination policy.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSignalChannel added in v0.10.3

func NewSignalChannel() (stopCh <-chan struct{})

NewSignalChannel registered for SIGTERM and SIGINT. A stop channel is returned which is closed on one of these signals. If a second signal is caught, the program is terminated with exit code 1.

You can call NewSignalChannel() multiple time.

func NewSignalContext added in v0.10.3

func NewSignalContext() context.Context

NewSignalContext registers for SIGTERM and SIGINT. A context is returned which is canceled on one of these signals. If a second signal is caught, the program is terminated with exit code 1.

You can call NewSignalContext() multiple time.

func SetupSignalChannel

func SetupSignalChannel() (stopCh <-chan struct{})

SetupSignalChannel registered for SIGTERM and SIGINT. A stop channel is returned which is closed on one of these signals. If a second signal is caught, the program is terminated with exit code 1.

It will panic when call SetupSignalChannel twice.

func SetupSignalContext

func SetupSignalContext() context.Context

SetupSignalContext registers for SIGTERM and SIGINT. A context is returned which is canceled on one of these signals. If a second signal is caught, the program is terminated with exit code 1.

It will panic when call SetupSignalContext twice.

Types

This section is empty.

Jump to

Keyboard shortcuts

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