1
0
Fork 0

rm useless StrucTag

This commit is contained in:
Martin 2016-05-24 17:31:50 +02:00
parent ab138e7df1
commit 6752b49536
10 changed files with 21 additions and 112 deletions

View file

@ -49,7 +49,7 @@ func (ns *Namespaces) SetValue(val interface{}) {
// Kubernetes holds configurations of the Kubernetes provider.
type Kubernetes struct {
BaseProvider `mapstructure:",squash"`
BaseProvider
Endpoint string `description:"Kubernetes server endpoint"`
DisablePassHostHeaders bool `description:"Kubernetes disable PassHost Headers"`
Namespaces Namespaces `description:"Kubernetes namespaces"`