Versions in this module Expand all Collapse all v0 v0.23.1 Jan 16, 2025 v0.23.0 Jan 13, 2025 Changes in this version + func NewCheck(logger logging.Logger) beekeeper.Action + type Check struct + func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts interface{}) (err error) + type Options struct + NUpdates int + PostageAmount int64 + PostageDepth uint64 + PostageLabel string + RootRef string + func NewDefaultOptions() Options