tester

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package tester contains the logic to access the test context and the cluster included

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterContext

type ClusterContext struct {
	Config           *rest.Config
	NativeClient     *kubernetes.Clientset
	ControllerClient client.Client
	Cluster          discoveryv1alpha1.ClusterIdentity
	KubeconfigPath   string
	HomeCluster      bool
}

ClusterContext encapsulate all information and objects used to access a test cluster.

type Tester

type Tester struct {
	Clusters  []ClusterContext
	Namespace string
	// ClustersNumber represents the number of available clusters
	ClustersNumber   int
	OverlappingCIDRs bool
}

Tester is used to encapsulate the context where the test is executed.

func GetTester

func GetTester(ctx context.Context) *Tester

GetTester returns a Tester instance.

func GetTesterUninstall added in v0.3.1

func GetTesterUninstall(ctx context.Context) *Tester

GetTesterUninstall returns a Tester instance that do not interact with liqo resources.

Jump to

Keyboard shortcuts

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