tsparams

package
v0.0.0-...-a275525 Latest Latest
Warning

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

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

Documentation

Index

Constants

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

	// LabelEndToEndDeployment represents e2e label that can be used for test cases selection.
	LabelEndToEndDeployment = "e2e"
)

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{
		mgmtparams.IBIONamespace: "ibio",
	}

	// ReporterCRDsToDump tells to the reporter what CRs to dump.
	ReporterCRDsToDump = []k8sreporter.CRData{
		{Cr: &corev1.PodList{}},
		{Cr: &corev1.SecretList{}},
		{Cr: &corev1.ConfigMapList{}},
		{Cr: &appsv1.DeploymentList{}},
		{Cr: &corev1.ServiceList{}},
		{Cr: &ibiv1alpha1.ImageClusterInstallList{}},
		{Cr: &hivev1.ClusterImageSetList{}},
		{Cr: &hivev1.ClusterDeploymentList{}},
		{Cr: &siteconfigv1alpha1.ClusterInstanceList{}},
		{Cr: &bmhv1alpha1.BareMetalHostList{}},
	}
)

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