Documentation
¶
Index ¶
Constants ¶
View Source
const GetNodeStatusTimeout = 30 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(logger logrus.FieldLogger, authorizer authorizer, db db, schemaManager *schemaUC.Manager, ) *Manager
func (*Manager) GetNodeStatus ¶ added in v1.20.0
func (m *Manager) GetNodeStatus(ctx context.Context, principal *models.Principal, className string, verbosity string, ) ([]*models.NodeStatus, error)
GetNodeStatus aggregates the status across all nodes. It will try for a maximum of the configured timeout, then mark nodes as timed out.
Click to show internal directories.
Click to hide internal directories.