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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 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."]]],[]]