Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + const ResourceResyncTime + func DefaultIgnoredResources() map[schema.GroupResource]struct + func GetDeletableResources(discoveryClient discovery.ServerResourcesInterface) map[schema.GroupVersionResource]struct + func NewDebugHandler(controller *GarbageCollector) http.Handler + func NewGonumVertex(node *node, nodeID int64) *gonumVertex + func NewMissingGonumVertex(ownerRef metav1.OwnerReference, nodeID int64) *gonumVertex + type GarbageCollector struct + func NewGarbageCollector(metadataClient metadata.Interface, mapper resettableRESTMapper, ...) (*GarbageCollector, error) + func (gc *GarbageCollector) GraphHasUID(u types.UID) bool + func (gc *GarbageCollector) IsSynced() bool + func (gc *GarbageCollector) Run(workers int, stopCh <-chan struct{}) + func (gc *GarbageCollector) Sync(discoveryClient discovery.ServerResourcesInterface, period time.Duration, ...) + type GraphBuilder struct + func (gb *GraphBuilder) IsSynced() bool + func (gb *GraphBuilder) Run(stopCh <-chan struct{}) + type ObjectMetaForFinalizersPatch struct + Finalizers []string + ResourceVersion string + type ObjectMetaForPatch struct + OwnerReferences []metav1.OwnerReference + ResourceVersion string + type UIDCache struct + func NewUIDCache(maxCacheEntries int) *UIDCache + func (c *UIDCache) Add(uid types.UID) + func (c *UIDCache) Has(uid types.UID) bool