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.
Click to show internal directories.
Click to hide internal directories.