Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CancelOnInterrupt ¶
func CancelOnInterrupt(ctx context.Context, cancel context.CancelFunc, stopCh <-chan struct{})
CancelOnInterrupt calls the cancel function when os.Interrupt or SIGTERM is received.
func SetupChannel ¶
func SetupChannel() (stopCh <-chan struct{})
Copied from github.com/kyma-project/kyma/components/binding-usage-controller/pkg/signal/signal.go SetupChannel is registered for SIGTERM and Interrupt. A stop channel is returned and closed on one of these signals. If the second signal is caught, the program is terminated with exit code 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.