appmesh

package
v1.1.3 Latest Latest
Warning

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

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

Documentation

Overview

Package appmesh implements App Mesh add-on.

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
	CFNAPI    cloudformationiface.CloudFormationAPI
}

Config defines AppMesh configuration.

type Tester

type Tester interface {
	// Installs AppMesh controller/injector.
	Create() error
	// Clean up AppMesh controller/injector.
	Delete() error
}

Tester defines AppMesh tester

func NewTester

func NewTester(cfg Config) (Tester, error)

Jump to

Keyboard shortcuts

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