From bacf6b6cd5ac8e1167f789a481ae5601b71c8a50 Mon Sep 17 00:00:00 2001 From: yan234280533 Date: Thu, 11 May 2017 07:05:45 +0000 Subject: [PATCH] fmt --- pkg/kube/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/kube/client.go b/pkg/kube/client.go index d610d98ab..333e3ab37 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -172,7 +172,6 @@ func (c *Client) Get(namespace string, reader io.Reader) (string, error) { if err != nil { return "", err } - // Ok, now we have all the objects grouped by types (say, by v1/Pod, v1/Service, etc.), so // spin through them and print them. Printer is cool since it prints the header only when