Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AlwaysReady = func() bool { return true } NoResyncPeriodFunc = func() time.Duration { return 0 } )
View Source
var FixedTime = time.Date(2018, 1, 1, 0, 0, 0, 0, time.UTC)
View Source
var PodSpec = corev1.PodSpec{ Containers: []corev1.Container{ { Ports: []corev1.ContainerPort{}, }, }, }
Functions ¶
func CheckAction ¶
func CheckAction(expected ExtendedAction, actual core.Action, t *testing.T)
CheckAction verifies that expected and actual actions are equal and both have same attached resources
Types ¶
Click to show internal directories.
Click to hide internal directories.