k3s/pkg/controller/garbagecollector
Dan Mace d08dfb92c7 Enable garbage collection of custom resources
Enhance the garbage collector to periodically refresh the resources it
monitors (via discovery) to enable custom resource definition GC.

This implementation caches Unstructured structs for any kinds not
covered by a shared informer. The existing meta-only codec only supports
compiled types; an improved codec which supports arbitrary types could
be introduced to optimize caching to store only metadata for all
non-informer types.
2017-07-28 10:00:10 -04:00
..
metaonly Update generated code 2017-07-18 09:28:49 +02:00
BUILD Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
OWNERS add approvers to pkg/controller/garbagecollector 2017-07-13 15:16:17 -07:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector_test.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
graph.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
graph_builder.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
operations.go Fix removing finalizer for garbage collector 2017-06-29 17:22:03 +08:00
patch.go gc changes 2017-02-28 23:05:41 -08:00
rate_limiter_helper.go [client-go] Add dynamic.Interface 2017-07-21 14:24:06 -04:00
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00