Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelSuite represents KMM ManagedClusterModule label that can be used for test cases selection. LabelSuite = "mcm" // LabelKmmMcmTestCases represents mcm label that can be used for test cases selection. LabelKmmMcmTestCases = "mcm" )
Variables ¶
View Source
var ( // Labels represents the range of labels that can be used for test cases selection. Labels = append(kmmparams.Labels, LabelSuite) // ReporterNamespacesToDump configures reporter namespaces to dump. ReporterNamespacesToDump = map[string]string{ kmmparams.KmmHubOperatorNamespace: "kmm-hub", } // ReporterCRDsToDump configures the CRs to dump. ReporterCRDsToDump = []k8sreporter.CRData{ {Cr: &mcmV1Beta1.ManagedClusterModuleList{}}, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.