Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWatchClosed = errors.New("watch closed before UntilWithoutRetry timeout")
ErrWatchClosed is returned when the watch channel is closed before timeout in UntilWithoutRetry.
Functions ¶
func UntilWithoutRetry ¶
Types ¶
type ConditionFunc ¶
ConditionFunc returns true if the condition has been reached, false if it has not been reached yet, or an error if the condition cannot be checked and should terminate. In general, it is better to define level driven conditions over edge driven conditions (pod has ready=true, vs pod modified and ready changed from false to true).
Click to show internal directories.
Click to hide internal directories.