kubernetes/pkg/controller/garbagecollector
Patrick Ohly 99151c39b7 kube-controller-manager: convert to structured logging
Most of the individual controllers were already converted earlier. Some log
calls were missed or added and then not updated during a rebase. Some of those
get updated here to fill those gaps.

Adding of the name to the logger used by each controller gets
consolidated in this commit. By using the name under which the
controller is registered we ensure that the names in the log
are consistent.
2023-03-14 19:16:32 +01:00
..
config pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
metaonly generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics add gc metrics and collect sync errors 2022-02-04 20:21:30 +01:00
testdata Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump_test.go Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
dump.go Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
errors.go Enable garbage collection of custom resources 2017-07-28 10:00:10 -04:00
garbagecollector_test.go garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
garbagecollector.go kube-controller-manager: convert to structured logging 2023-03-14 19:16:32 +01:00
graph_builder_test.go Add GC unit tests 2020-11-17 10:49:32 -05:00
graph_builder.go garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
graph.go garbagecollector: structured logging of objectReference 2023-03-08 08:37:56 -05:00
operations.go garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
patch.go fix: 81134: fix unsafe json for ReleaseControllerRevision (#104049) 2021-11-05 06:33:52 -07:00
uid_cache.go Switch GC absentOwnerCache to full reference 2020-11-17 10:42:48 -05:00