Documentation
¶
Overview ¶
Package rootcmd implements the cobra.Command that manages the controller manager lifecycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootCmd ¶
func GetVersionCmd ¶
func SetupSignalHandler ¶
func SetupSignalHandler(ctx context.Context, cfg managercfg.Config, logger logr.Logger) (context.Context, error)
SetupSignalHandler registers for SIGTERM and SIGINT. A context is returned which is canceled on one of these signals. If a second signal is not caught, the program will delay for the configured period of time before terminating. If a 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.