pushsync

package
v0.15.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCheck added in v0.7.0

func NewCheck(logger logging.Logger) beekeeper.Action

NewCheck returns new check

Types

type Check

type Check struct {
	// contains filtered or unexported fields
}

Check instance

func (*Check) Report added in v0.8.4

func (c *Check) Report() []prometheus.Collector

func (*Check) Run added in v0.7.0

func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts interface{}) (err error)

type Options

type Options struct {
	ChunksPerNode     int
	GasPrice          string
	Mode              string
	PostageAmount     int64
	PostageDepth      uint64
	PostageLabel      string
	Retries           int           // number of reties on problems
	RetryDelay        time.Duration // retry delay duration
	Seed              int64
	UploadNodeCount   int
	ExcludeNodeGroups []string
}

Options represents check options

func NewDefaultOptions added in v0.7.0

func NewDefaultOptions() Options

NewDefaultOptions returns new default options

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL