# Functions
GetObjectHash is a function that returns a unique identifier for a given object that is used as a vertex key in the graph.
No description provided by the author
No description provided by the author
NewGenerateCacheMetadataCollector creates a new GeneratedCacheMetadataCollector instance.
No description provided by the author
ResolveDependencies resolves dependencies for a given object.
# Structs
AffectedCacheObjectMetadata contains an object and a list of objects that caused it to be excluded or backfilled during the fallback process.
ConfigGraph is a graph representation of the Kubernetes resources kept in the cache.
DefaultCacheGraphProvider is a default implementation of the CacheGraphProvider interface.
GeneratedCacheMetadata contains metadata generated during the fallback process.
GeneratedCacheMetadataCollector is a collector for cache metadata generated during the fallback process.
Generator is responsible for generating fallback cache snapshots.
ObjectHash is a unique identifier for a given object that is used as a vertex key in the graph.
# Interfaces
No description provided by the author
# Type aliases
AdjacencyMap is a map of object hashes to their neighbours' hashes.