Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMissingValue = fmt.Errorf("missing etcd KV")
)
Functions ¶
func NewEtcdV3Client ¶
func NewEtcdV3Client(config *apiconfig.EtcdConfig) (api.Client, error)
Types ¶
type TlsInlineCertKey ¶
This struct is used to store the inline cert, key and CA cert data
func (TlsInlineCertKey) ClientConfigInlineCertKey ¶
func (info TlsInlineCertKey) ClientConfigInlineCertKey() (*tls.Config, error)
ClientConfigInlineCertKey() returns a pointer to tls.Config struct object with certificate data for client creation using only the inline certificate, key and CA certificate data.
Click to show internal directories.
Click to hide internal directories.