Class GatewayServiceGrpc.GatewayServiceImplBase

  • All Implemented Interfaces:
    GatewayServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    GatewayServiceGrpc

    public abstract static class GatewayServiceGrpc.GatewayServiceImplBase
    extends Object
    implements io.grpc.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.
     
    • Constructor Detail

      • GatewayServiceImplBase

        public GatewayServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService