package
Version:
v0.17.5
Opens a new window with list of versions in this module.
Published: Sep 4, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Run runs check against the cluster
RunConcurrently runs check against the cluster, cluster updates are executed concurrently
Action defines Beekeeper Action's interface. An action that
needs to expose metrics should implement the metrics.Reporter
interface.
func NewActionMiddleware(tracer opentracing.Tracer, action Action, actionName string) Action
ActionMiddleware tracks request, and adds spans
to context.
type Actions struct {
AddCount int
StartCount int
StopCount int
DeleteCount int
}
Actions represents node group update actions
Stage define stages for updating Bee
Update represents details for updating a node group
Source Files
¶
Click to show internal directories.
Click to hide internal directories.