The `Cluster` package in the `github.com.cockroachdb.cockroach.pkg.acceptance.cluster` repository is a Go package that provides functionality for managing and interacting with a CockroachDB cluster. It includes functions for creating, initializing, starting, stopping, and deleting a cluster, as well as methods for interacting with the cluster's nodes and performing various operations, such as adding or removing nodes, executing SQL queries, and retrieving cluster status information. This package is part of the CockroachDB acceptance testing framework and is used to facilitate testing and validation of CockroachDB clusters in a controlled environment.
Golang Cluster - 26 examples found. These are the top rated real world Golang examples of github.com/cockroachdb/cockroach/pkg/acceptance/cluster.Cluster extracted from open source projects. You can rate examples to help us improve the quality of examples.