From c59ad50b5b40382a13c9ef3ce44386afe181541c Mon Sep 17 00:00:00 2001 From: Philip Obiora <73377830+Philip-21@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:22:51 -0700 Subject: [PATCH] adjusting spaces Signed-off-by: Philip Obiora <73377830+Philip-21@users.noreply.github.com> --- utils/kubernetes/describe/describe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/kubernetes/describe/describe.go b/utils/kubernetes/describe/describe.go index e5ddb8cb..2a61f8cc 100644 --- a/utils/kubernetes/describe/describe.go +++ b/utils/kubernetes/describe/describe.go @@ -25,7 +25,7 @@ type DescriberOptions struct { ChunkSize int64 //Size of the chunk in which the Kubernetes object's output is written. Type DescribeType //an integer value that represents the Kubernetes source that needs to be described } - // DescribeType is an integer value that represents the Kubernetes resource that needs to be described. +// DescribeType is an integer value that represents the Kubernetes resource that needs to be described. type DescribeType int const (