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 acts as an interface for the `GkeHubClient` and allows users to inject custom behaviors for testing purposes."],["The latest version available for this interface is `2.37.0-rc`, and multiple older versions are also accessible, ranging back to `2.11.0`."],["`GkeHubConnection` includes virtual methods for various operations, such as listing, creating, getting, deleting, and updating memberships and features."],["The `MakeGkeHubConnection()` function is used to create concrete instances of the connection, and `MockGkeHubConnection` is used for mocking in testing scenarios."],["The methods, including `ListMemberships`, `GetMembership`, `CreateFeature`, and others, all return either a `StatusOr` object or a `future\u003c StatusOr \u003e` object which can be a variety of types."]]],[]]