configmaps

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: 12 Imported by: 0

Documentation

Overview

Package configmaps implements tester for ConfigMap.

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{}

	Client        k8s_client.EKS
	ClientTimeout time.Duration

	Namespace  string
	Objects    int
	ObjectSize int
}

Config configures configmap loader.

type Loader

type Loader interface {
	Start()
	Stop()
	GetMetrics() (writes metrics.RequestsSummary, err error)
}

Loader defines configmap loader operations.

func New

func New(cfg Config) Loader

Directories

Path Synopsis
Package local implements tester for ConfigMap.
Package local implements tester for ConfigMap.
Package remote implements tester for ConfigMap.
Package remote implements tester for ConfigMap.

Jump to

Keyboard shortcuts

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