local

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package local implements cluster local load tests. ref. https://github.com/kubernetes/perf-tests

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Logger *zap.Logger
	Stopc  chan struct{}

	EKSConfig *eksconfig.Config
	K8SClient k8s_client.EKS
}

Config defines stresser configuration. ref. https://github.com/kubernetes/perf-tests

type Tester

type Tester interface {
	// Create installs cluster Loader.
	Create() error
	// Delete deletes cluster Loader.
	Delete() error
}

Tester defines stresser tester. ref. https://github.com/kubernetes/perf-tests

func New

func New(cfg Config) (Tester, error)

Jump to

Keyboard shortcuts

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