pub async fn create_etcd_client_with_tls( store_addrs: &[String], tls_config: Option<&TlsOption>, ) -> Result<Client>
Creates an etcd client with TLS configuration.