Documentation ¶
Overview ¶
Package signals contains utility methods used to handle OS signals sent to cloudsql-postgres-operator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupSignalHandler ¶
func SetupSignalHandler() chan struct{}
SetupSignalHandler registers a listener for the SIGTERM and SIGINT signals. A channel is returned, which is closed on one of these signals. If a second signal is caught, the application is terminated immediately with exit code 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.