package
1.13.0-alpha.1
Repository: https://github.com/clickyotomy/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DefaultIgnoredResources returns the default set of resources that the garbage collector controller should ignore.
GetDeletableResources returns all resources from discoveryClient that the garbage collector should recognize and work with.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewUIDCache returns a UIDCache.
# Constants
No description provided by the author
# Structs
GarbageCollector runs reflectors to watch for changes of managed API objects, funnels the results to a single-threaded dependencyGraphBuilder, which builds a graph caching the dependencies among objects.
GraphBuilder: based on the events supplied by the informers, GraphBuilder updates uidToNode, a graph that caches the dependencies as we know, and enqueues items to the attemptToDelete and attemptToOrphan.
No description provided by the author
UIDCache is an LRU cache for uid.