clustercache

package
v2.0.0-...-1d53c46 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeHandler

type ChangeHandler func(gvr schema2.GroupVersionKind, key string, obj, oldObj runtime.Object) error

type ClusterCache

type ClusterCache interface {
	Get(gvk schema2.GroupVersionKind, namespace, name string) (interface{}, bool, error)
	List(gvk schema2.GroupVersionKind) []interface{}
	OnAdd(ctx context.Context, handler Handler)
	OnRemove(ctx context.Context, handler Handler)
	OnChange(ctx context.Context, handler ChangeHandler)
	OnSchemas(schemas *schema.Collection) error
}

func NewClusterCache

func NewClusterCache(ctx context.Context, dynamicClient dynamic.Interface) ClusterCache

type Handler

type Handler func(gvr schema2.GroupVersionKind, key string, obj runtime.Object) error

Jump to

Keyboard shortcuts

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