Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clientset ¶
func Clientset() kubernetes.Interface
Clientset abstracts the cluster config loading both locally and on Kubernetes
func InstallSignalHandler ¶
func InstallSignalHandler(stop chan struct{})
InstallSignalHandler sends a message on sigint or sigterm
Types ¶
type PodLister ¶ added in v1.1.0
type PodLister interface {
Pods(namespace string) listersV1.PodNamespaceLister
}
Click to show internal directories.
Click to hide internal directories.