This interface defines virtual methods for each of the user-facing overload sets in EdgeContainerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EdgeContainerClient.
[[["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 outlines the `EdgeContainerConnection` class, which defines virtual methods for user-facing operations within the `EdgeContainerClient`."],["The latest version available is `2.37.0-rc`, while the current document is for version `2.15.1`, and a range of other versions between these are also available, each with their own respective link."],["`EdgeContainerConnection` allows for the injection of custom behaviors in tests using `EdgeContainerClient`, including mocking capabilities with `MockEdgeContainerConnection`."],["The document details the virtual functions available within `EdgeContainerConnection`, including operations like `ListClusters`, `GetCluster`, `CreateCluster`, `UpdateCluster`, and `DeleteCluster`, alongside similar functions for `NodePools`, `Machines`, and `VpnConnections`."],["Each virtual function is associated with request parameters and return types, providing a comprehensive interface for managing Edge Container resources."]]],[]]