Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + const DefaultCaFile + const DefaultCertFile + const DefaultKeyFile + const DefaultTrustKeyFile + const FlagTLSVerify + func SetLogLevel(logLevel string) + type ClientOptions struct + Common *CommonOptions + ConfigDir string + Version bool + func NewClientOptions() *ClientOptions + type CommonOptions struct + Debug bool + Hosts []string + LogLevel string + TLS bool + TLSOptions *tlsconfig.Options + TLSVerify bool + TrustKey string + func NewCommonOptions() *CommonOptions + func (commonOpts *CommonOptions) InstallFlags(flags *pflag.FlagSet) + func (commonOpts *CommonOptions) SetDefaultOptions(flags *pflag.FlagSet)