kubernetesdashboard

package
v1.1.8 Latest Latest
Warning

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

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

Documentation

Overview

Package kubernetesdashboard implements Kubernetes dashboard 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
}

Config defines Dashboard configuration.

type Tester

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

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