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 details the `ClusterManager` class within the `Google.Cloud.Container.V1` namespace, specifically for the Google Kubernetes Engine."],["The latest version available for the `ClusterManager` is 3.33.0, with a total of 35 different versions listed, ranging down to 2.3.0."],["The `ClusterManager` class inherits from the base `Object` class and includes methods such as `BindService` for registering service definitions with a server."],["Two `BindService` methods are available: one to create a service definition and another to register service methods with a service binder, which can be customized."],["The `BindService` methods take in a `ClusterManager.ClusterManagerBase` implementation and a `ServiceBinderBase` for the second method, to handle the server-side logic."]]],[]]