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-03-21 UTC."],[[["This webpage provides reference documentation for the `ClusterManager` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The latest version documented is 3.33.0, but there are many prior versions all the way back to version 2.3.0 provided, with version 3.32.0 being the current page being displayed."],["The `ClusterManager` class inherits from the base `object` class and includes methods for binding service definitions, such as `BindService`, which allows service methods to be registered."],["The page specifies the namespace as `Google.Cloud.Container.V1`, and the assembly as `Google.Cloud.Container.V1.dll`."],["The `BindService` method has two overloads, one to create a service definition and another to register service methods with a `ServiceBinderBase`, supporting customization of the service binding logic."]]],[]]