diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 89e919e3d..8a7402938 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -56,7 +56,7 @@ import ( ) const ( - // MissingGetHeader is added to get output when a resource is not found. + // MissingGetHeader is added to Get's output when a resource is not found. MissingGetHeader = "==> MISSING\nKIND\t\tNAME\n" )