Versions in this module Expand all Collapse all v1 v1.1.1 Oct 24, 2024 v1.1.0 Oct 14, 2024 Changes in this version + type Server struct + func NewServer(args ServerArgs) (*Server, error) + func (s *Server) Start() error + func (s *Server) Stop() error + type ServerArgs struct + Addr string + K8sClient client.Client + Logger logging.Logger + Route string