remote

package
v1.2.3 Latest Latest
Warning

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

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

Documentation

Overview

Package remote implements Secrets plugin.

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
	ECRAPI    ecriface.ECRAPI
}

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

type Tester

type Tester interface {
	// Create installs secrets tester.
	Create() error
	// Delete deletes secrets tester.
	Delete() error
	// AggregateResults aggregates all test results from remote nodes.
	AggregateResults() error
}

Tester defines secrets 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