framework

package
v0.0.0-...-0eceb23 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2019 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup() error

Setup initializes the Global framework by initializing necessary clients and creating the vault operator

func Teardown

func Teardown() error

Teardown removes the vault-operator deployment and waits for its termination

Types

type Framework

type Framework struct {
	KubeClient kubernetes.Interface

	Config         *restclient.Config
	RESTClient     *restclient.RESTClient
	VaultsCRClient versioned.Interface
	EtcdCRClient   etcdversioned.Interface
	Namespace      string
	// contains filtered or unexported fields
}

Framework struct contains the various clients and other information needed to run the e2e tests

var (
	// The global framework variable used by all e2e tests
	Global *Framework
)

Jump to

Keyboard shortcuts

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