This interface defines virtual methods for each of the user-facing overload sets in ClusterControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ClusterControllerClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage details the `ClusterControllerConnection` interface, which provides virtual methods for user-facing actions within `ClusterControllerClient`."],["The `ClusterControllerConnection` interface allows users to inject custom behaviors when writing tests using `ClusterControllerClient` objects."],["The content shows an extensive list of available versions, starting with version 2.37.0-rc as the latest, and going down to version 2.11.0, including the current version 2.23.0."],["The `ClusterControllerConnection` interface includes functions for managing clusters, such as `CreateCluster`, `UpdateCluster`, `DeleteCluster`, `GetCluster`, `ListClusters`, `StopCluster`, `StartCluster`, and `DiagnoseCluster`."],["The `ClusterControllerConnection` can be created using `MakeClusterControllerConnection()`, and a mock object `MockClusterControllerConnection` can be utilized for testing purposes."]]],[]]