Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Etcd ¶
type Etcd struct { /*ServerKey - Descr: PEM-encoded server key Default: <nil> */ ServerKey interface{} `yaml:"server_key,omitempty"` /*ClientCert - Descr: PEM-encoded client certificate Default: <nil> */ ClientCert interface{} `yaml:"client_cert,omitempty"` /*ClientKey - Descr: PEM-encoded client key Default: <nil> */ ClientKey interface{} `yaml:"client_key,omitempty"` /*RequireSsl - Descr: enable ssl for all communication with etcd Default: true */ RequireSsl interface{} `yaml:"require_ssl,omitempty"` /*Machines - Descr: Addresses of etcd machines Default: <nil> */ Machines interface{} `yaml:"machines,omitempty"` /*CaCert - Descr: PEM-encoded CA certificate Default: <nil> */ CaCert interface{} `yaml:"ca_cert,omitempty"` /*ServerCert - Descr: PEM-encoded server certificate Default: <nil> */ ServerCert interface{} `yaml:"server_cert,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type EtcdTestConsumerJob ¶
type EtcdTestConsumerJob struct { /*Etcd - Descr: PEM-encoded client key Default: <nil> */ Etcd *Etcd `yaml:"etcd,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.