framework

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RunID = rand.String(6)

unique identifier of the e2e run

Functions

func ParseFlags

func ParseFlags()

Types

type E2EContext

type E2EContext struct {
	HubKubeConfig  string
	TestCluster    string
	IsOCMInstalled bool
}

type Framework

type Framework interface {
	HubRESTConfig() *rest.Config
	TestClusterName() string
	IsOCMInstalled() bool

	HubNativeClient() kubernetes.Interface
	HubRuntimeClient() client.Client
	HubGatewayClient() versioned.Interface
}

func NewE2EFramework

func NewE2EFramework(basename string) Framework

Jump to

Keyboard shortcuts

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