Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultWaitInterval = 50 * time.Millisecond
)
Variables ¶
This section is empty.
Functions ¶
func CheckNamespaceContentsRemoved ¶
func CheckNamespaceContentsRemoved(client federationclientset.Interface, l TestLogger)
Types ¶
type TestLogger ¶
type TestLogger interface {
Fatalf(format string, args ...interface{})
Fatal(msg string)
Logf(format string, args ...interface{})
}
TestLogger defines operations common across different types of testing
Click to show internal directories.
Click to hide internal directories.