This interface defines virtual methods for each of the user-facing overload sets in GkeHubClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GkeHubClient.
[[["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-21 UTC."],[[["This webpage details the `GkeHubConnection` object, which acts as an interface for the `GkeHubClient` and allows users to inject custom behaviors for testing."],["The latest release candidate version available is 2.37.0-rc, while the stable current version is 2.15.1."],["The `GkeHubConnection` class includes virtual methods such as `ListMemberships`, `GetMembership`, `CreateFeature`, `DeleteFeature`, and `UpdateFeature` for managing memberships and features."],["The `GkeHubConnection` offers several functions, including the ability to retrieve options, list memberships and features, and to create, get, delete, or update either a membership or a feature."],["The concrete instance for the GkeHubConnection class can be created using `MakeGkeHubConnection()`, and a mocking object can be created with `gkehub_v1_mocks::MockGkeHubConnection`."]]],[]]