fdbclient

package
v2.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Overview

Package fdbclient provides code for interacting with a real FoundationDB cluster.

Index

Constants

This section is empty.

Variables

View Source
var DefaultTimeout = 10 * time.Second

DefaultTimeout is the default timeout for any FDB interactions.

View Source
var MaxTimeout = 40 * time.Second

MaxTimeout is the maximum timeout that will be used for requests that might be slower to respond.

Functions

func NewCliAdminClient

func NewCliAdminClient(
	cluster *fdbv1beta2.FoundationDBCluster,
	_ client.Client,
	logger logr.Logger,
) (fdbadminclient.AdminClient, error)

NewCliAdminClient generates an Admin client for a cluster

func NewDatabaseClientProvider

func NewDatabaseClientProvider(log logr.Logger) fdbadminclient.DatabaseClientProvider

NewDatabaseClientProvider generates a client provider for talking to real databases.

func NewRealLockClient

func NewRealLockClient(
	cluster *fdbv1beta2.FoundationDBCluster,
	log logr.Logger,
) (fdbadminclient.LockClient, error)

NewRealLockClient creates a lock client.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL