Versions in this module Expand all Collapse all v1 v1.8.2 Nov 4, 2017 Changes in this version + type Discovery struct + func New(l log.Logger, conf *config.KubernetesSDConfig) (*Discovery, error) + func (d *Discovery) Run(ctx context.Context, ch chan<- []*config.TargetGroup) + type Endpoints struct + func NewEndpoints(l log.Logger, svc, eps, pod cache.SharedInformer) *Endpoints + func (e *Endpoints) Run(ctx context.Context, ch chan<- []*config.TargetGroup) + type Ingress struct + func NewIngress(l log.Logger, inf cache.SharedInformer) *Ingress + func (s *Ingress) Run(ctx context.Context, ch chan<- []*config.TargetGroup) + type Node struct + func NewNode(l log.Logger, inf cache.SharedInformer) *Node + func (n *Node) Run(ctx context.Context, ch chan<- []*config.TargetGroup) + type Pod struct + func NewPod(l log.Logger, pods cache.SharedInformer) *Pod + func (p *Pod) Run(ctx context.Context, ch chan<- []*config.TargetGroup) + type Service struct + func NewService(l log.Logger, inf cache.SharedInformer) *Service + func (s *Service) Run(ctx context.Context, ch chan<- []*config.TargetGroup)