Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Client pointing to the e2e test cluster. Client client.Client // DiscoveryClient pointing to the e2e test cluster. DiscoveryClient *discovery.DiscoveryClient // Config is the REST config used to connect to the cluster. Config *rest.Config // Scheme used by created clients. Scheme = runtime.NewScheme() Waiter *wait.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 // SuccessTestMultiPackageImage points to an image to use to test multi-component Package installation. SuccessTestMultiPackageImage string // SuccessTestCelPackageImage points to an image to use to test Package installation with CEL annotations. SuccessTestCelPackageImage string // SuccessTestPackageImageAuthenticated points to the test stub package image but requires authentication. SuccessTestPackageImageAuthenticated 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.