Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Client kept for backport compatibility until all tests will be converted Client client.Client // ControlPlaneClient defines the API client to run CRUD operations on the control plane cluster, //that will be used for testing ControlPlaneClient client.Client // DataPlaneClient defines the API client to run CRUD operations on the data plane cluster, //that will be used for testing DataPlaneClient client.Client // K8sClient defines k8s client to run subresource operations, for example you should use it to get pod logs K8sClient *kubernetes.Clientset // ClientsEnabled tells if the client from the package can be used ClientsEnabled bool )
Functions ¶
func GetWithRetry ¶
func NewControlPlane ¶
NewControlPlane returns a new controller-runtime client for ControlPlaneClient cluster.
func NewDataPlane ¶
NewDataPlane returns a new controller-runtime client for DataPlaneClient cluster.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.