kubernetes/pkg/controller
Maciej Szulik db8b303156
Modify mostRecentScheduleTime to return more detailed information about missed schedules
Initially this method was returning a number of missed schedules, but
that turned out to be not reliable for some complex schedules. For
example, those which are being run only during week days. The second
approach was to only return a boolean indicating the too many missed
information. It turns out that we need to return all three values:
none missed, few missed and many missed, to let consumers know what to
do, but don't leak the wrong number out of mostRecentScheduleTime.
2023-10-18 20:03:03 +02:00
..
apis/config update codegen 2023-09-08 09:49:35 -07:00
bootstrap replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
certificates Merge pull request #113994 from mengjiao-liu/contextual-logging-controller-certificates 2023-06-21 09:03:42 -07:00
clusterroleaggregation Replace uses of diff.ObjectDiff with cmp.Diff 2023-04-12 08:46:12 -07:00
cronjob Modify mostRecentScheduleTime to return more detailed information about missed schedules 2023-10-18 20:03:03 +02:00
daemon change rolling update logic to exclude sunsetting nodes 2023-09-19 11:39:32 +00:00
deployment Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
disruption Migrate /pkg/controller/disruption to structured and contextual logging 2023-07-12 11:30:45 +08:00
endpoint move endpointslice reconciler to staging endpointslice repo 2023-07-11 18:08:12 +00:00
endpointslice fix typo Mininum => Minimum 2023-09-17 11:24:29 +02:00
endpointslicemirroring Merge pull request #118953 from mskrocki/escLib 2023-07-13 17:13:34 -07:00
garbagecollector Fix duplicate GC event handlers getting added if discovery flutters 2023-07-12 12:29:31 -04:00
history api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
job Merge pull request #121147 from kannon92/rm-at-least-no-terminating-count 2023-10-18 00:44:51 +02:00
namespace namespace controller: use contextual logging 2023-03-13 14:59:17 +08:00
nodeipam remove ClusterCIDR 2023-10-14 19:06:22 +00:00
nodelifecycle Merge pull request #114095 from aimuz/fix-114083 2023-08-21 07:03:23 -07:00
podautoscaler Add nil checks for hpa object target type values 2023-10-05 17:15:51 -07:00
podgc added podgc orphaned pod unit tests 2023-07-18 23:06:19 -04:00
replicaset kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
replication Migrated pkg/controller/volume|util|replicaset|nodeipam to contextual logging 2023-07-06 07:39:52 +08:00
resourceclaim resource claim controller: separate generated suffix from base 2023-09-04 09:45:25 +02:00
resourcequota reintroduce resourcequota.NewMonitor 2023-09-20 17:18:55 +02:00
serviceaccount implement LegacyServiceAccountTokenCleanUp alpha 2023-05-24 23:20:17 +00:00
statefulset Fix concurrent write when filling PVC labels 2023-10-11 15:07:55 +02:00
storageversiongc Merge pull request #113986 from songxiao-wang87/runwxs-test2 2023-03-07 04:19:43 -08:00
testutil Merge pull request #114061 from Octopusjust/k8s-pr15 2023-07-05 08:38:57 -07:00
ttl Making a run test. 2023-01-28 03:14:57 +00:00
ttlafterfinished Make use of k8s.io/utils/pointer.Duration 2023-06-18 21:46:26 +03:00
util move endpointslice reconciler to staging endpointslice repo 2023-07-11 18:08:12 +00:00
validatingadmissionpolicystatus refactor: replace usage of v1alpha1 with v1beta1 2023-07-21 13:41:24 -07:00
volume Merge pull request #120666 from b8kings0ga/feature/fix-comment-correction 2023-10-11 22:51:49 +02:00
controller_ref_manager_test.go Merge pull request #101250 from evertrain/master 2021-11-10 09:19:26 -08:00
controller_ref_manager.go kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
controller_utils_test.go Merge pull request #119214 from kaisoz/refactor-controller-utils-test 2023-08-15 15:17:55 -07:00
controller_utils.go implementation of PodReplacementPolicy kep in the job controller 2023-07-21 00:44:53 +00:00
doc.go
OWNERS add myself as approver to pkg/controller 2022-01-12 19:33:02 -05:00