resourceaccess

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Getter

type Getter[T onmetalutilruntime.DeepCopier[T], K any] interface {
	Get(ctx context.Context, key K) (T, error)
}

func NewClientGetter

func NewClientGetter[T Object[T]](newObject func() T, c client.Client) Getter[T, client.ObjectKey]

func NewPrimeLRUGetter

func NewPrimeLRUGetter[T onmetalutilruntime.DeepCopier[T], K any](
	getLive func(ctx context.Context, key K) (T, error),
	getCached func(ctx context.Context, key K) (T, error),
) Getter[T, K]

func NewTypedClientGetter

func NewTypedClientGetter[T any, TObj interface {
	Object[TObj]
	*T
}](c client.Client) Getter[TObj, client.ObjectKey]

type Object

type Object[T any] interface {
	client.Object
	onmetalutilruntime.DeepCopier[T]
}

Jump to

Keyboard shortcuts

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