public static void BindService(ServiceBinderBase serviceBinder, ClusterManager.ClusterManagerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `ClusterManager` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, showcasing versions from 2.3.0 to 3.33.0 with 3.33.0 being the latest."],["The `ClusterManager` class, found within the `Google.Cloud.Container.V1` namespace, is used for managing Google Kubernetes Engine clusters, offering server-side handling capabilities."],["The class inherits from the .NET `Object` class, incorporating methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ClusterManager` class offers two `BindService` methods that allow you to create a service definition or register service methods for server-side handling, utilizing the `ClusterManager.ClusterManagerBase` to implement the handling logic."],["The Google Kubernetes Engine v1 API allows you to manage and interact with your Google Kubernetes clusters, as provided in the documentation of all the versions, which are accessible via the provided links."]]],[]]