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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `GkeHubConnection` interface, which defines virtual methods corresponding to user-facing overloads in `GkeHubClient`, enabling the injection of custom behaviors for testing."],["The `GkeHubConnection` interface includes methods for managing memberships and features, such as listing, getting, creating, deleting, and updating them via request objects."],["The webpage lists various versions of the GkeHub API, with `2.37.0-rc` being the latest and `2.22.1` corresponding to the current version being documented."],["A concrete instance of the `GkeHubConnection` can be created using the `MakeGkeHubConnection()` method, and a mock can be created with `gkehub_v1_mocks::MockGkeHubConnection`."],["The `GkeHubConnection` also supports generating connection manifests via `GenerateConnectManifest` and provides functions to set options."]]],[]]