tsparams

package
v0.0.0-...-6402844 Latest Latest
Warning

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

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

Documentation

Index

Constants

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

	// LabelImmutableSeedImage represents immutable-seed-image label that can be used for test cases selection.
	LabelImmutableSeedImage = "immutable-seed-image"

	// LabelStageTransition represents stage-transition label that can be used for test cases selection.
	LabelStageTransition = "stage-transition"

	// LabelMissingBackupLocation missing-backup-location represents immutable-seed-image
	// label that can be used for test cases selection.
	LabelMissingBackupLocation = "missing-backup-location"
)
View Source
const (
	// LCANamespace is the namespace used by the lifecycle-agent.
	LCANamespace = "openshift-lifecycle-agent"
)

Variables

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

	// ReporterNamespacesToDump tells to the reporter from where to collect logs.
	ReporterNamespacesToDump = map[string]string{
		LCANamespace: "lca",
	}

	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &corev1.PodList{}},
		{Cr: &lcav1.ImageBasedUpgradeList{}},
	}
)

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