Documentation ¶
Index ¶
- type KubernetesNMStateReporter
- func (r *KubernetesNMStateReporter) AfterSuiteDidRun(*types.SetupSummary)
- func (r *KubernetesNMStateReporter) BeforeSuiteDidRun(*types.SetupSummary)
- func (r *KubernetesNMStateReporter) Cleanup()
- func (r *KubernetesNMStateReporter) OpenTestLogFile(logType, testName string, cb func(f io.Writer), extraWriters ...io.Writer)
- func (r *KubernetesNMStateReporter) SpecDidComplete(specSummary *types.SpecSummary)
- func (r *KubernetesNMStateReporter) SpecSuiteDidEnd(*types.SuiteSummary)
- func (r *KubernetesNMStateReporter) SpecSuiteWillBegin(config.GinkgoConfigType, *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, namespace string, nodes []string) *KubernetesNMStateReporter
func (*KubernetesNMStateReporter) AfterSuiteDidRun ¶
func (r *KubernetesNMStateReporter) AfterSuiteDidRun(*types.SetupSummary)
func (*KubernetesNMStateReporter) BeforeSuiteDidRun ¶
func (r *KubernetesNMStateReporter) BeforeSuiteDidRun(*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(*types.SuiteSummary)
func (*KubernetesNMStateReporter) SpecSuiteWillBegin ¶
func (r *KubernetesNMStateReporter) SpecSuiteWillBegin(config.GinkgoConfigType, *types.SuiteSummary)
func (*KubernetesNMStateReporter) SpecWillRun ¶
func (r *KubernetesNMStateReporter) SpecWillRun(specSummary *types.SpecSummary)
Click to show internal directories.
Click to hide internal directories.