common

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ALL_TESTS = []TestCase{

		{"Verify CRD Exists", TestIntegreatlyCRDExists},
	}
)

Functions

func TestIntegreatlyCRDExists

func TestIntegreatlyCRDExists(t *testing.T, ctx *TestingContext)

Types

type TestCase

type TestCase struct {
	Description string
	Test        func(t *testing.T, ctx *TestingContext)
}

type TestingContext

type TestingContext struct {
	Client          dynclient.Client
	KubeConfig      *rest.Config
	KubeClient      kubernetes.Interface
	ExtensionClient *clientset.Clientset
}

Jump to

Keyboard shortcuts

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