parameters

package
v0.0.0-...-0219ce9 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Timeout         = 5 * time.Minute
	TimeoutLabelCsv = 2 * time.Minute
	PollingInterval = 5 * time.Second
)

Variables

View Source
var (
	TestCertificationNameSpace = "affiliatedcert-tests"

	TestPodLabel         = fmt.Sprintf("%s: %s", testPodLabelPrefixName, testPodLabelValue)
	TestDeploymentLabels = map[string]string{

		"app": "test",
		// contains filtered or unexported fields
	}

	UnrelatedOperatorPrefixCloudcasa = "cloudcasa"
	UnrelatedNamespace               = "certsuite"

	TestCaseContainerAffiliatedCertName = "affiliated-certification-container-is-certified"
	TestCaseNameContainerDigest         = "affiliated-certification-container-is-certified-digest"
	EmptyFieldsContainer                = ";;;"
	ContainerNameOnlyCockroachDB        = "cockroachdb/cockroach;;;"
	ContainerRepoOnlyRedHatRegistry     = ";registry.connect.redhat.com;;"
	CertifiedContainerURLNodeJs         = "registry.access.redhat.com/ubi8/nodejs-12:latest"
	CertifiedContainerURLCockroachDB    = "registry.connect.redhat.com/cockroachdb/cockroach:v23.1.17" // 'latest' tag is not available
	UncertifiedContainerURLCnfTest      = "quay.io/testnetworkfunction/k8s-best-practices-debug:latest"

	TestCaseOperatorAffiliatedCertName        = "affiliated-certification-operator-is-certified"
	TestHelmChartCertified                    = "affiliated-certification-helmchart-is-certified"
	TestHelmVersion                           = "affiliated-certification-helm-version"
	OperatorGroupName                         = "affiliatedcert-test-operator-group"
	CertifiedOperatorGroup                    = "certified-operators"
	CertifiedOperatorDisplayName              = "Certified Operators"
	CommunityOperatorGroup                    = "community-operators"
	OperatorSourceNamespace                   = "openshift-marketplace"
	OperatorLabel                             = map[string]string{"redhat-best-practices-for-k8s.com/operator": "target"}
	UncertifiedOperatorPrefixCockroach        = "cockroachdb"
	CertifiedOperatorPrefixCockroachCertified = "cockroach-operator"
	CertifiedOperatorPrefixNginx              = "nginx-ingress-operator"
	UncertifiedOperatorPrefixSriov            = "sriov-fec"
	UncertifiedOperatorFullSriov              = "sriov-fec.v1.2.1"
)

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