controller

package
v0.0.0-...-59c4a29 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2018 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ObjectInCluster

func ObjectInCluster(cluster string, obj interface{}) bool

func Start

func Start(ctx context.Context, threadiness int, starters ...Starter) error

func Sync

func Sync(ctx context.Context, starters ...Starter) error

func SyncThenStart

func SyncThenStart(ctx context.Context, threadiness int, starters ...Starter) error

Types

type Backend

type Backend interface {
	List(opts metav1.ListOptions) (runtime.Object, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	ObjectFactory() objectclient.ObjectFactory
}

type ForgetError

type ForgetError struct {
	Err error
}

func (*ForgetError) Error

func (f *ForgetError) Error() string

type GenericController

type GenericController interface {
	Informer() cache.SharedIndexInformer
	AddHandler(name string, handler HandlerFunc)
	HandlerCount() int
	Enqueue(namespace, name string)
	Sync(ctx context.Context) error
	Start(ctx context.Context, threadiness int) error
}

func NewGenericController

func NewGenericController(name string, genericClient Backend) GenericController

type HandlerFunc

type HandlerFunc func(key string) error

type Starter

type Starter interface {
	Sync(ctx context.Context) error
	Start(ctx context.Context, threadiness int) error
}

Jump to

Keyboard shortcuts

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