framework

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2018 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package framework provides conveniences for testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	KubeConfigPath string `envconfig:"KUBECONFIG" required:"false"`
	GrafanaAddr    string `envconfig:"GRAFANA_ADDR" required:"true"`
	GrafanaAPIKey  string `envconfig:"GRAFANA_API_KEY" required:"true"`
}

type Framework

type Framework struct {
	Helm    *helm.Client
	Grafana *grafana.Client
	// contains filtered or unexported fields
}

func New

func New() (*Framework, error)

func (*Framework) HelmReleaseInstaller

func (f *Framework) HelmReleaseInstaller(chart, namespace, name string) func() (*services.InstallReleaseResponse, error)

func (*Framework) SetupTillerTunnel

func (f *Framework) SetupTillerTunnel() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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