We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dcea7e + 358286f commit f4ca78eCopy full SHA for f4ca78e
alias.go
@@ -122,8 +122,8 @@ var (
122
// there is another OwnerReference with Controller flag set.
123
SetControllerReference = controllerutil.SetControllerReference
124
125
- // SetupSignalHandler registered for SIGTERM and SIGINT. A stop channel is returned
126
- // which is closed on one of these signals. If a second signal is caught, the program
+ // SetupSignalHandler 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
127
// is terminated with exit code 1.
128
SetupSignalHandler = signals.SetupSignalHandler
129
0 commit comments