Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.