Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2025 Changes in this version + type GRPCGatewayServer struct + func NewGRPCGatewayServer(httpOptions *genericoptions.HTTPOptions, ...) (*GRPCGatewayServer, error) + func (s *GRPCGatewayServer) GracefulStop(ctx context.Context) + func (s *GRPCGatewayServer) RunOrDie() + type GRPCServer struct + func NewGRPCServer(grpcOptions *genericoptions.GRPCOptions, tlsOptions *genericoptions.TLSOptions, ...) (*GRPCServer, error) + func (s *GRPCServer) GracefulStop(ctx context.Context) + func (s *GRPCServer) RunOrDie() + type HTTPServer struct + func NewHTTPServer(httpOptions *genericoptions.HTTPOptions, tlsOptions *genericoptions.TLSOptions, ...) *HTTPServer + func (s *HTTPServer) GracefulStop(ctx context.Context) + func (s *HTTPServer) RunOrDie() + type Server interface + GracefulStop func(ctx context.Context) + RunOrDie func()