diff --git a/pkg/hostman/options/options.go b/pkg/hostman/options/options.go index affcde1973d..3222f092df8 100644 --- a/pkg/hostman/options/options.go +++ b/pkg/hostman/options/options.go @@ -37,9 +37,8 @@ type SHostBaseOptions struct { } type SHostOptions struct { - common_options.EtcdOptions - - SHostBaseOptions + common_options.EtcdOptions `json:"-"` + SHostBaseOptions `json:"-"` CommonConfigFile string `help:"common config file for container"`