Documentation
¶
Overview ¶
Package iqe provides IQE (Insights Quality Engineering) testing functionality for Clowder applications
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClowdJob = rc.NewMultiResourceIdent("cji", "clowdjob", &batchv1.Job{})
ClowdJob represents the multi-resource identifier for ClowdJob resources
View Source
var DefaultImageIQEPlaywright = "quay.io/redhat-services-prod/insights-management-tenant/playwright-images/playwright-vnc-chromium"
DefaultImageIQEPlaywright defines the default playwright image for IQE testing
View Source
var DefaultImageIQESelenium = "quay.io/app-sre/selenium-standalone-chrome"
DefaultImageIQESelenium defines the default selenium image for IQE testing
View Source
var IqeClowdJob = rc.NewSingleResourceIdent("cji", "iqe_clowdjob", &batchv1.Job{})
IqeClowdJob represents the resource identifier for IQE ClowdJob resources
View Source
var IqeSecret = rc.NewSingleResourceIdent("cji", "iqe_secret", &core.Secret{})
IqeSecret represents the resource identifier for IQE secrets
View Source
var VaultSecret = rc.NewSingleResourceIdent("cji", "vault_secret", &core.Secret{})
VaultSecret represents the resource identifier for vault secrets
Functions ¶
func CreateIqeJobResource ¶
func CreateIqeJobResource(ctx context.Context, cache *rc.ObjectCache, cji *crd.ClowdJobInvocation, env *crd.ClowdEnvironment, app *crd.ClowdApp, nn types.NamespacedName, j *batchv1.Job, logger logr.Logger, client client.Client) error
CreateIqeJobResource will create a Job that contains a pod spec for running IQE
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.