parameters

package
v0.0.0-...-1540654 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WaitingTime     = 5 * time.Minute
	Timeout         = 5 * time.Minute
	TimeoutLabelCsv = 2 * time.Minute
	PollingInterval = 5 * time.Second
)
View Source
const (
	OperatorNamespace = "operator-ns"

	// Certsuite test case names.
	CertsuiteOperatorInstallSource             = "operator-install-source"
	CertsuiteOperatorInstallStatusNoPrivileges = "operator-install-status-no-privileges"
	CertsuiteOperatorInstallStatus             = "operator-install-status-succeeded"
	CertsuiteOperatorSemanticVersioning        = "operator-semantic-versioning"
	CertsuiteOperatorCrdVersioning             = "operator-crd-versioning"
	CertsuiteOperatorCrdOpenAPISchema          = "operator-crd-openapi-schema"
	CertsuiteOperatorNonRoot                   = "operator-run-as-non-root"
	CertsuiteOperatorPodAutomountToken         = "operator-automount-tokens"
	CertsuiteOperatorPodRunAsUserID            = "operator-run-as-user-id"
	CertsuiteOperatorMultipleInstalled         = "operator-multiple-same-operators"
	CertsuiteOperatorBundleCount               = "operator-catalogsource-bundle-count"
)

Variables

View Source
var (
	TestPodLabel             = fmt.Sprintf("%s: %s", testPodLabelPrefixName, testPodLabelValue)
	CertsuiteTargetPodLabels = map[string]string{

		"app": "test",
		// contains filtered or unexported fields
	}
	CertsuiteTargetOperatorLabels = fmt.Sprintf("%s: %s", "redhat-best-practices-for-k8s.com/operator", "target")
	CertsuiteTargetCrdFilters     = []string{"charts.operatorhub.io"}
	OperatorGroupName             = "operator-test-operator-group"
	OperatorLabel                 = map[string]string{"redhat-best-practices-for-k8s.com/operator": "target"}
	CertifiedOperatorGroup        = "certified-operators"
	RedhatOperatorGroup           = "redhat-operators"
	CommunityOperatorGroup        = "community-operators"
	OperatorSourceNamespace       = "openshift-marketplace"
	OperatorPrefixCloudbees       = "cloudbees-ci"
	OperatorPrefixAnchore         = "anchore-engine"
	OperatorPrefixQuay            = "quay-operator"
	OperatorPrefixKiali           = "kiali-operator"
	OperatorPrefixOpenvino        = "openvino-operator"
	CertifiedOperatorPrefixNginx  = "nginx-ingress-operator"
	SubscriptionNameOpenvino      = "ovms-operator-subscription"
)

Functions

This section is empty.

Types

type CsvInfo

type CsvInfo struct {
	OperatorPrefix string
	Namespace      string
}

type OperatorLabelInfo

type OperatorLabelInfo struct {
	OperatorPrefix string
	Namespace      string
	Label          map[string]string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL