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 cf82d46 commit 68ecdc6Copy full SHA for 68ecdc6
pkg/epp/backend/metrics/pod_metrics.go
@@ -78,7 +78,7 @@ func toInternalPod(in *corev1.Pod) *Pod {
78
}
79
80
// start starts a goroutine exactly once to periodically update metrics. The goroutine will be
81
-// stopped either when stop() is called, or the parentCtx is cancelled.
+// stopped either when stop() is called, or the given ctx is cancelled.
82
func (pm *podMetrics) startRefreshLoop(ctx context.Context) {
83
pm.once.Do(func() {
84
go func() {
0 commit comments