Documentation ¶
Index ¶
- type KubernetesNMStateReporter
- func (r *KubernetesNMStateReporter) Cleanup()
- func (r *KubernetesNMStateReporter) OpenTestLogFile(logType, testName string, cb func(f io.Writer), extraWriters ...io.Writer)
- func (r *KubernetesNMStateReporter) ReportAfterEach(specReport types.SpecReport)
- func (r *KubernetesNMStateReporter) ReportBeforeEach(specReport types.SpecReport)
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) Cleanup ¶
func (r *KubernetesNMStateReporter) Cleanup()
Cleanup cleans up the current content of the artifactsDir
func (*KubernetesNMStateReporter) OpenTestLogFile ¶
func (*KubernetesNMStateReporter) ReportAfterEach ¶ added in v0.64.11
func (r *KubernetesNMStateReporter) ReportAfterEach(specReport types.SpecReport)
func (*KubernetesNMStateReporter) ReportBeforeEach ¶ added in v0.64.11
func (r *KubernetesNMStateReporter) ReportBeforeEach(specReport types.SpecReport)
Click to show internal directories.
Click to hide internal directories.