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 // SuccessTestPausePackageImage points to an image to use to test Package reconciliation pause. SuccessTestPausePackageImage string // SuccessTestImagePrefixOverride points to a package image used to test image prefix overrides. SuccessTestImagePrefixOverride string // SuccessTestImagePrefixOverride points to a mirrored package image used to test image prefix overrides. SuccessTestImagePrefixOverrideMirror string // TestStubImageSrc points to an image used to test image prefix overrides. TestStubImageSrc string // TestStubImageMirror points to a mirrored image used to image prefix overrides. TestStubImageMirror string // ImageRegistry Points to the image registry in use. ImageRegistry 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.