Avoid annoying notification abount unused fields
This commit is contained in:
parent
43a0449c8f
commit
ba1f886043
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue