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."],[[["The page details the `GkeHubConnection` object, which is a crucial component for interacting with the `GkeHubClient` and provides a set of virtual methods that mirror the client's user-facing overloads."],["The `GkeHubConnection` interface facilitates custom behavior injection, often used for testing, allowing the use of mock objects like `MockGkeHubConnection` for writing effective tests."],["This document offers information on a variety of versions of the GkeHub API, ranging from version 2.11.0 to the latest version 2.37.0-rc."],["The document outlines the functions `GkeHubConnection` provides, such as managing memberships and features via operations like `ListMemberships`, `CreateFeature`, and `DeleteMembership`, including parameters and return types."],["The concrete instance of GkeHubConnection can be created by calling `MakeGkeHubConnection()`."]]],[]]