Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKubernetesClient ¶
func NewKubernetesClient(kubeconfig string, tweak TweakConfigFunc) (*kubernetes.Clientset, error)
func SetupSignalHandler ¶
func SetupSignalHandler() (stopCh chan struct{})
SetupSignalHandler 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.
Types ¶
type TweakConfigFunc ¶
Click to show internal directories.
Click to hide internal directories.