From 4a395a738319ba8a0e42b18a51b51c4f053f6ccf Mon Sep 17 00:00:00 2001 From: yan234280533 Date: Wed, 10 May 2017 11:17:49 +0800 Subject: [PATCH] fixed --- pkg/kube/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 7f17ed121..bc81c73b0 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -154,6 +154,7 @@ func (c *Client) Get(namespace string, reader io.Reader) (string, error) { return "", err } + objPods := c.getRelationPods(infos) missing := []string{}