Gateway service is a public API which works as a Kubernetes resource model
proxy between end users and registered Kubernetes clusters. Each RPC in this
service matches with an HTTP verb. End user will initiate kubectl commands
against the Gateway service, and Gateway service will forward user requests
to clusters.
public static void BindService(ServiceBinderBase serviceBinder, GatewayService.GatewayServiceBase 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe GatewayService API acts as a proxy between users and registered Kubernetes clusters, forwarding kubectl commands.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the GatewayService is 2.0.0-beta05, with 1.0.0-beta02 and 2.0.0-beta04 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe GatewayService class inherits from the .NET Object class, with members for GetHashCode, GetType, MemberwiseClone, and ToString methods.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server or, it can register a service method with a binder, useful for customizing service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe GatewayService is located in the Google.Cloud.GkeConnect.Gateway.V1Beta1 namespace and within the Google.Cloud.GkeConnect.Gateway.V1Beta1.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]