Avoid annoying notification abount unused fields

This commit is contained in:
erthalion 2018-09-14 15:31:52 +02:00
parent 43a0449c8f
commit ba1f886043
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ var NoActions []Action = []Action{}
type Plan = []Action type Plan = []Action
type MetaData struct { type MetaData struct {
cluster *Cluster cluster *Cluster
namespace string
} }
type CreateSecret struct { type CreateSecret struct {