Documentation ¶
Overview ¶
k8s containers adapters to watch k8s api servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WatchEndpoints ¶
func WatchEndpoints(g *workgroup.Group, client *kubernetes.Clientset, l log.Logger, rs ...cache.ResourceEventHandler)
WatchEndpoints creates a SharedInformer for v1.Endpoints and registers it with g.
func WatchIngress ¶
func WatchIngress(g *workgroup.Group, client *kubernetes.Clientset, l log.Logger, rs ...cache.ResourceEventHandler)
WatchIngress creates a SharedInformer for v1beta1.Ingress and registers it with g.
func WatchServices ¶
func WatchServices(g *workgroup.Group, client *kubernetes.Clientset, l log.Logger, rs ...cache.ResourceEventHandler)
WatchServices creates a SharedInformer for v1.Services and registers it with g.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.