controller

package
v0.0.0-...-2e893ec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyController

type ProxyController struct {
	Proxier       *template.Proxier
	NextService   func() (watch.EventType, *api.Service, error)
	NextEndpoints func() (watch.EventType, *api.Endpoints, error)

	ServiceListConsumed   func() bool
	EndpointsListConsumed func() bool
	// contains filtered or unexported fields
}

ProxyController abstracts the details of watching Services and Endpoints from the Proxy implementation being used.

func New

func New(client *kubeclient.Client, proxier *template.Proxier, resyncPeriod time.Duration) *ProxyController

func (*ProxyController) HandleEndpoints

func (c *ProxyController) HandleEndpoints()

HandleEndpoints handles a single Endpoints event and refreshes the proxy backend.

func (*ProxyController) HandleService

func (c *ProxyController) HandleService()

HandleServices handles a single Service event and refreshes the proxy backend.

func (*ProxyController) Run

func (c *ProxyController) Run(stopCh <-chan struct{}, signalCh <-chan os.Signal)

Run begins watching and syncing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL