From 58bc7acad4036f2f28651686eaca2c47c90d71ba Mon Sep 17 00:00:00 2001 From: yan234280533 Date: Thu, 11 May 2017 03:39:43 +0000 Subject: [PATCH] test for ci --- pkg/kube/client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 333e3ab37..3376918e2 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -173,6 +173,8 @@ func (c *Client) Get(namespace string, reader io.Reader) (string, error) { 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 // an object type changes, so we can just rely on that. Problem is it doesn't seem to keep