cache

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	// CacheMiss takes an object and checks it with the cache. It returns true
	// when the object is not available in the cache or the cached item needs
	// to be updated. It returns false when there's no change in the cached
	// object.
	CacheMiss(client.Object) bool
}

Cache is an event cache. It is used by the event handler to decide if an object should be reconciled or ignored.

Jump to

Keyboard shortcuts

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