We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1f646 commit 2dbbad1Copy full SHA for 2dbbad1
controllers/pod_controller.go
@@ -90,6 +90,7 @@ func (r *PodReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
90
SumPodRequest.Timestamp = time.Now()
91
log.Info(fmt.Sprint("Adding cache sample ", SumPodRequest.Sample))
92
addToCache(cacheStore, SumPodRequest)
93
+ log.Info(fmt.Sprint("Items in Cache: ", len(cacheStore.List())))
94
} else {
95
if err != nil {
96
log.Error(err, err.Error())
0 commit comments