From ba1f8860430b81dc226b4dcf31a3c670b6238272 Mon Sep 17 00:00:00 2001 From: erthalion <9erthalion6@gmail.com> Date: Fri, 14 Sep 2018 15:31:52 +0200 Subject: [PATCH] Avoid annoying notification abount unused fields --- pkg/cluster/actions.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/cluster/actions.go b/pkg/cluster/actions.go index fdd77391d..84cd2b65e 100644 --- a/pkg/cluster/actions.go +++ b/pkg/cluster/actions.go @@ -12,8 +12,7 @@ var NoActions []Action = []Action{} type Plan = []Action type MetaData struct { - cluster *Cluster - namespace string + cluster *Cluster } type CreateSecret struct {