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 document details the `GkeHubConnection` object, which is an interface defining virtual methods for `GkeHubClient` overload sets, allowing for the injection of custom behavior in testing."],["The `GkeHubConnection` object is available in multiple versions, with the latest release candidate being version 2.37.0-rc, and a range of other stable versions listed down to 2.11.0."],["Users can utilize `MakeGkeHubConnection()` to create a concrete instance of `GkeHubConnection` or use `gkehub_v1_mocks::MockGkeHubConnection` for mocking purposes."],["The document outlines several virtual functions, such as `ListMemberships`, `ListFeatures`, `GetMembership`, and `GetFeature`, among others, that are part of the `GkeHubConnection` interface, each with specific parameters and return types."],["The provided functions also include creation, deletion, and updating of Membership and Feature requests."]]],[]]