Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelSuite represents upgrade label that can be used for test cases selection. LabelSuite = "upgrade" // LabelEndToEndUpgrade represents e2e label that can be used for test cases selection. LabelEndToEndUpgrade = "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.LCANamespace: "lca", mgmtparams.LCAWorkloadName: "workload", mgmtparams.LCAKlusterletNamespace: "klusterlet", } // ReporterCRDsToDump tells to the reporter what CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &corev1.PodList{}}, {Cr: &batchv1.JobList{}}, {Cr: &corev1.ConfigMapList{}}, {Cr: &appsv1.DeploymentList{}}, {Cr: &corev1.ServiceList{}}, {Cr: &lcav1.ImageBasedUpgradeList{}}, {Cr: &v1.ClusterOperatorList{}}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.