informer

package
v1.14.2-rc.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event[T meta.Resource] struct {
	Manifest T
	Type     operatorv1.ResourceEventType
}

Event is a Kubernetes manifest event, containing the manifest and the event type.

type Interface

type Interface[T meta.Resource] interface {
	Run(context.Context) error
	WatchUpdates(context.Context, string) (<-chan *Event[T], error)
}

Interface is an interface for syncing Kubernetes manifests.

func New

func New[T meta.Resource](opts Options) Interface[T]

type Options

type Options struct {
	Cache ctrlcache.Cache
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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