Documentation
¶
Overview ¶
Package test defines custom test helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NopReporter ¶ added in v0.9.2
type NopReporter struct{}
NopReporter is a no-op kube.Reporter.
func (NopReporter) Error ¶ added in v0.9.2
func (n NopReporter) Error(err error, msg string, keysAndValues ...interface{})
func (NopReporter) Info ¶ added in v0.9.2
func (n NopReporter) Info(msg string, keysAndValues ...interface{})
func (NopReporter) RecordError ¶ added in v0.9.2
func (n NopReporter) RecordError(reason string, err error)
func (NopReporter) RecordInfo ¶ added in v0.9.2
func (n NopReporter) RecordInfo(reason, msg string)
Click to show internal directories.
Click to hide internal directories.