Class GatewayServiceGrpc.GatewayServiceImplBase (0.33.0)

public abstract static class GatewayServiceGrpc.GatewayServiceImplBase implements BindableService, GatewayServiceGrpc.AsyncService

Base class for the server implementation of the service GatewayService.

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.

Inheritance

java.lang.Object > GatewayServiceGrpc.GatewayServiceImplBase

Implements

io.grpc.BindableService, GatewayServiceGrpc.AsyncService

Constructors

GatewayServiceImplBase()

public GatewayServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition