flags

package
v0.4.8-0...-bf3d017 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultTrustKeyFile is the default filename for the trust key
	DefaultTrustKeyFile = "key.json"
	// DefaultCaFile is the default filename for the CA pem file
	DefaultCaFile = "ca.pem"
	// DefaultKeyFile is the default filename for the key pem file
	DefaultKeyFile = "key.pem"
	// DefaultCertFile is the default filename for the cert pem file
	DefaultCertFile = "cert.pem"
	// FlagTLSVerify is the flag name for the tls verification option
	FlagTLSVerify = "tlsverify"
)

Variables

This section is empty.

Functions

func SetDaemonLogLevel

func SetDaemonLogLevel(logLevel string)

SetDaemonLogLevel sets the logrus logging level TODO: this is a bad name, it applies to the client as well.

Types

type ClientOptions

type ClientOptions struct {
	Common    *CommonOptions
	ConfigDir string
	Version   bool
}

ClientOptions are the options used to configure the client cli

func NewClientOptions

func NewClientOptions() *ClientOptions

NewClientOptions returns a new ClientOptions

type CommonOptions

type CommonOptions struct {
	Debug      bool
	Hosts      []string
	LogLevel   string
	TLS        bool
	TLSVerify  bool
	TLSOptions *tlsconfig.Options
	TrustKey   string
}

CommonOptions are options common to both the client and the daemon.

func NewCommonOptions

func NewCommonOptions() *CommonOptions

NewCommonOptions returns a new CommonOptions

func (*CommonOptions) InstallFlags

func (commonOpts *CommonOptions) InstallFlags(flags *pflag.FlagSet)

InstallFlags adds flags for the common options on the FlagSet

func (*CommonOptions) SetDefaultOptions

func (commonOpts *CommonOptions) SetDefaultOptions(flags *pflag.FlagSet)

SetDefaultOptions sets default values for options after flag parsing is complete

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL