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