-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.13.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Low
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
$ ./hack/check_gofmt.sh
pkg/podmetrics/podmetrics.go
$ git diff
diff --git a/pkg/podmetrics/podmetrics.go b/pkg/podmetrics/podmetrics.go
index f7c386c..8a17f44 100644
--- a/pkg/podmetrics/podmetrics.go
+++ b/pkg/podmetrics/podmetrics.go
@@ -37,7 +37,7 @@ var (
"network_name"})
)
-//UpdateForPod adds metrics for all the provided networks to the given pod.
+// UpdateForPod adds metrics for all the provided networks to the given pod.
func UpdateForPod(podName, namespace string, networks []podnetwork.Network) {
for _, n := range networks {
if n.Interface == "" {
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- is cloned by
-
OCPBUGS-7751 [4.12] fix gofmt check issue in network-metrics-daemon
-
- Closed
-
- is depended on by
-
OCPBUGS-7751 [4.12] fix gofmt check issue in network-metrics-daemon
-
- Closed
-