Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientv3Facade ¶
Clientv3Facade is a subset of all Etcd client operations that are required to implement an Etcd version of kv.Client
type Config ¶
type Config struct { Endpoints types.Strings `yaml:"endpoints" json:"endpoints"` DialTimeout types.Duration `yaml:"dial_timeout" json:"dial_timeout"` MaxRetries int `yaml:"max_retries" json:"max_retries"` EnableTLS bool `yaml:"tls_enabled" json:"enable_tls"` TLS commonTls.Config `yaml:",inline"` Username string `yaml:"username" json:"username"` Password types.Secret `yaml:"password" json:"password"` }
Config for a new etcd.Client.
func (*Config) ParseFlags ¶
Click to show internal directories.
Click to hide internal directories.