Documentation ¶
Index ¶
- type KubernetesCNAOReporter
- func (r *KubernetesCNAOReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *KubernetesCNAOReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *KubernetesCNAOReporter) Cleanup()
- func (r *KubernetesCNAOReporter) OpenTestLogFile(logType string, testName string, cb func(f io.Writer), ...)
- func (r *KubernetesCNAOReporter) SpecDidComplete(specSummary *types.SpecSummary)
- func (r *KubernetesCNAOReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
- func (r *KubernetesCNAOReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
- func (r *KubernetesCNAOReporter) SpecWillRun(specSummary *types.SpecSummary)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesCNAOReporter ¶
type KubernetesCNAOReporter struct {
// contains filtered or unexported fields
}
func New ¶
func New(artifactsDir string, namespace string) *KubernetesCNAOReporter
func (*KubernetesCNAOReporter) AfterSuiteDidRun ¶
func (r *KubernetesCNAOReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
func (*KubernetesCNAOReporter) BeforeSuiteDidRun ¶
func (r *KubernetesCNAOReporter) BeforeSuiteDidRun(setupSummary *types.SetupSummary)
func (*KubernetesCNAOReporter) Cleanup ¶
func (r *KubernetesCNAOReporter) Cleanup()
Cleanup cleans up the current content of the artifactsDir
func (*KubernetesCNAOReporter) OpenTestLogFile ¶
func (*KubernetesCNAOReporter) SpecDidComplete ¶
func (r *KubernetesCNAOReporter) SpecDidComplete(specSummary *types.SpecSummary)
func (*KubernetesCNAOReporter) SpecSuiteDidEnd ¶
func (r *KubernetesCNAOReporter) SpecSuiteDidEnd(summary *types.SuiteSummary)
func (*KubernetesCNAOReporter) SpecSuiteWillBegin ¶
func (r *KubernetesCNAOReporter) SpecSuiteWillBegin(config config.GinkgoConfigType, summary *types.SuiteSummary)
func (*KubernetesCNAOReporter) SpecWillRun ¶
func (r *KubernetesCNAOReporter) SpecWillRun(specSummary *types.SpecSummary)
Click to show internal directories.
Click to hide internal directories.