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-14 UTC."],[[["This webpage details the `GkeHubConnection` object, which facilitates interactions with `GkeHubClient`, enabling users to define custom behavior when testing `GkeHubClient` objects."],["The `GkeHubConnection` interface offers virtual methods for various operations, including listing, getting, creating, deleting, and updating memberships and features."],["The latest version of `GkeHubConnection` is `2.37.0-rc`, with numerous previous versions listed for reference, down to version `2.11.0`."],["The page provides documentation for functions including `options()`, and other virtual functions such as `ListMemberships`, `ListFeatures`, `GetMembership`, and more, detailing parameter and return types."],["You can use `MakeGkeHubConnection()` to create a concrete instance, or use `gkehub_v1_mocks::MockGkeHubConnection` for mocking."]]],[]]