changeset

package
v0.0.0-...-f574404 Latest Latest
Warning

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

Go to latest
Published: May 29, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Watch

func Watch(ctx context.Context, name string, resolve Resolver, enq Enqueuer, controllers ...ControllerProvider)

Types

type ControllerProvider

type ControllerProvider interface {
	Generic() controller.GenericController
}

type Enqueuer

type Enqueuer interface {
	Enqueue(namespace, name string)
}

type Key

type Key struct {
	Namespace string
	Name      string
}

type Resolver

type Resolver func(namespace, name string, obj runtime.Object) ([]Key, error)

Jump to

Keyboard shortcuts

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