Documentation ¶
Index ¶
- type Server
- func (s *Server) CancelOnExecutor(grpcCtx context.Context, req *api.ExecutorCancelRequest) (*types.Empty, error)
- func (s *Server) DeleteExecutorSettings(grpcCtx context.Context, req *api.ExecutorSettingsDeleteRequest) (*types.Empty, error)
- func (s *Server) PreemptOnExecutor(grpcCtx context.Context, req *api.ExecutorPreemptRequest) (*types.Empty, error)
- func (s *Server) UpsertExecutorSettings(grpcCtx context.Context, req *api.ExecutorSettingsUpsertRequest) (*types.Empty, error)
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) CancelOnExecutor ¶ added in v0.15.4
func (*Server) DeleteExecutorSettings ¶
func (*Server) PreemptOnExecutor ¶ added in v0.15.4
func (*Server) UpsertExecutorSettings ¶
Click to show internal directories.
Click to hide internal directories.