Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Client pointing to the e2e test cluster. Client client.Client // Config is the REST config used to connect to the cluster. Config *rest.Config // Scheme used by created clients. Scheme = runtime.NewScheme() Waiter *dev.Waiter // PackageOperatorNamespace is the namespace that the Package Operator is running in. // Needs to be auto-discovered, because OpenShift CI is installing the Operator in a non deterministic namespace. PackageOperatorNamespace string TestStubImage string // SuccessTestPackageImage points to an image to use to test Package installation. SuccessTestPackageImage string FailureTestPackageImage = "localhost/does-not-exist" LatestSelfBootstrapJobURL string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.