tsparams

package
v0.0.0-...-3439013 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// LabelSuite represents operator label that can be used for test cases selection.
	LabelSuite = "operator"

	// LabelPlatformSelectionTestCases represents platform-selection label that can be used for test cases selection.
	LabelPlatformSelectionTestCases = "platform-selection"

	// LabelImageServiceStatefulsetTestCases represents image-service-statefulset label that can be used
	// for test cases selection.
	LabelImageServiceStatefulsetTestCases = "image-service-statefulset"

	// LabelConvergedFlowEnabled represents converged-flow-enabled label that can be used for test cases selection.
	LabelConvergedFlowEnabled = "converged-flow-enabled"

	// LabelAssistedPodsNoRestartsTestCases represents assisted-pods-no-restarts label that can be used
	// for test cases selection.
	LabelAssistedPodsNoRestartsTestCases = "assisted-pods-no-restarts"

	// LabelOSImageVersionTestCases represents os-image-version-match label that can be used
	// for test case selection.
	LabelOSImageVersionTestCases = "os-image-version-match"

	// LabelUnauthenticatedRegistriesTestCases represents unauthenticated-registries label that can be used
	// for test cases selection.
	LabelUnauthenticatedRegistriesTestCases = "unauthenticated-registries"

	// LabelFipsVerificationTestCases represents fips-verification label that can be used for test cases
	// selection.
	LabelFipsVerificationTestCases = "fips-verification"

	// LabelAdditionalTrustBundle represents additional-trust-bundle label that can be used
	// for test cases selection.
	LabelAdditionalTrustBundle = "additional-trust-bundle"

	// LabelMultiArchitectureImageTestCases represents infraenv-multiarch-image label that can be used
	// for test cases selection.
	LabelMultiArchitectureImageTestCases = "infraenv-multiarch-image"

	// LabelBuildArtifcatRootFSTestCases represents build-artifact-rootfs label that can be used
	// for test cases selection.
	LabelBuildArtifcatRootFSTestCases = "build-artifact-rootfs"

	// LabelHTTPWebserverSetup represents label-http-web-server-setup label that can be used for test cases selection.
	LabelHTTPWebserverSetup = "label-http-web-server-setup"

	// LabelDualstackIPv4FirstACI represents dualstack-ipv4-first-aci label that can be used
	// for test case selection.
	LabelDualstackIPv4FirstACI = "dualstack-ipv4-first-aci"

	// LabelInfraOperatorProxyDeploy represents infrastructure-operator-proxy-deploy label that can be used
	// for test case selection.
	LabelInfraOperatorProxyDeploy = "infrastructure-operator-proxy-deploy"

	// LabelClusterImageSetMatchingOSImage represents clusterimageset-matching-os-image label that can be used
	// for test case selection.
	LabelClusterImageSetMatchingOSImage = "clusterimageset-matching-os-image"

	// LabelAssistedHiveOperatorDeploy represents assisted-hive-operator-deploy label that can be used
	// for test case selection.
	LabelAssistedHiveOperatorDeploy = "assisted-hive-operator-deploy"
)

Variables

View Source
var (
	// Labels represents the range of labels that can be used for test cases selection.
	Labels = append(ztpparams.Labels, LabelSuite)

	// ReporterNamespacesToDump tells to the reporter from where to collect logs.
	ReporterNamespacesToDump = map[string]string{
		"multicluster-engine": "mce",
	}

	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &corev1.SecretList{}},
		{Cr: &agentInstallV1Beta1.AgentServiceConfigList{}},
		{Cr: &hivev1.ClusterDeploymentList{}},
		{Cr: &hiveextV1Beta1.AgentClusterInstallList{}},
		{Cr: &agentInstallV1Beta1.InfraEnvList{}},
		{Cr: &bmhv1alpha1.BareMetalHostList{}},
		{Cr: &agentInstallV1Beta1.AgentList{}},
	}

	// MCENameSpace is the namespace used by the assisted service.
	MCENameSpace = "multicluster-engine"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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