package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

New constructs a new Cluster with the provided dependencies.
NewTenantCluster returns a new TenantCluster.
NodesFromNodeLiveness returns the IDs and epochs for all nodes that are currently part of the cluster (i.e.

# Constants

BumpClusterVersionOpName serves as a tag for tenant cluster version in-memory bump operations.

# Variables

# Structs

Cluster mediates interacting with a cockroach cluster.
ClusterConfig configures a Cluster.
Node captures the relevant bits of each node as it pertains to the upgrade infrastructure.
TenantCluster represents the set of sql nodes running in a secondary tenant.
TenantClusterConfig configures a TenantCluster.

# Interfaces

NodeDialer abstracts connecting to other nodes in the cluster.

# Type aliases

Nodes is a collection of node objects.