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 SecurityMode consts.SecurityModeType }
Tester is used to encapsulate the context where the test is executed.
func GetTesterUninstall ¶ added in v0.3.1
GetTesterUninstall returns a Tester instance that do not interact with liqo resources.
Click to show internal directories.
Click to hide internal directories.