upload

package
v0.15.9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSimulation

func NewSimulation(logger logging.Logger) beekeeper.Action

NewSimulation returns new upload simulation

Types

type Options

type Options struct {
	FileCount            int64
	GasPrice             string
	MaxFileSize          int64
	MinFileSize          int64
	PostageAmount        int64
	PostageDepth         uint64
	PostageLabel         string
	Retries              int
	RetryDelay           time.Duration
	Seed                 int64
	Timeout              time.Duration
	UploadNodeName       string
	UploadNodePercentage int
	SyncUpload           bool
}

Options represents simulation options

func NewDefaultOptions

func NewDefaultOptions() Options

NewDefaultOptions returns new default options

type Simulation

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

Simulation instance

func (*Simulation) Run

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

Run executes upload stress

Jump to

Keyboard shortcuts

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