From 6e0fd7c28c9d7c23a5fd2ae64b41a4bfd13125f9 Mon Sep 17 00:00:00 2001 From: Grinish Nepal Date: Fri, 11 Jul 2025 11:45:55 -0700 Subject: [PATCH] fix: removed extra slash and added missing description --- util/util.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/util.go b/util/util.go index cf68db48..ccf054a9 100644 --- a/util/util.go +++ b/util/util.go @@ -114,6 +114,7 @@ func getContainerLogs( DoRaw(context.TODO()) } +// GetPodEvents retrieves the events for a specific pod func GetPodEvents( c kubernetes.Interface, name, @@ -132,7 +133,7 @@ func GetNodes(c kubernetes.Interface) (*v1.NodeList, error) { List(context.TODO(), metav1.ListOptions{}) } -// // GetNodeSummary gets a list of nodes +// GetNodeSummary gets a list of nodes func GetNodeSummary(c kubernetes.Interface, name string) ([]byte, error) { return c.CoreV1(). RESTClient().