Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New( publisher pulsarutils.Publisher[*controlplaneevents.Event], authorizer auth.ActionAuthorizer, ) *Server
func (*Server) CancelOnNode ¶
func (s *Server) CancelOnNode(grpcCtx context.Context, req *api.NodeCancelRequest) (*types.Empty, error)
CancelOnNode implements api.NodeServer.
func (*Server) PreemptOnNode ¶
func (s *Server) PreemptOnNode(grpcCtx context.Context, req *api.NodePreemptRequest) (*types.Empty, error)
PreemptOnNode implements api.NodeServer.
Click to show internal directories.
Click to hide internal directories.