mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-15 05:53:15 +00:00
Remove outdated comment on wait.Until
Kubernetes-commit: 53fef4a04598c3b1ee04c4930a29dbad5bb9ca63
This commit is contained in:
parent
071918f6b2
commit
53da6da2bc
@ -95,7 +95,7 @@ func UntilWithoutRetry(ctx context.Context, watcher watch.Interface, conditions
|
|||||||
|
|
||||||
// Until wraps the watcherClient's watch function with RetryWatcher making sure that watcher gets restarted in case of errors.
|
// Until wraps the watcherClient's watch function with RetryWatcher making sure that watcher gets restarted in case of errors.
|
||||||
// The initialResourceVersion will be given to watch method when first called. It shall not be "" or "0"
|
// The initialResourceVersion will be given to watch method when first called. It shall not be "" or "0"
|
||||||
// given the underlying WATCH call issues (#74022). If you want the initial list ("", "0") done for you use ListWatchUntil instead.
|
// given the underlying WATCH call issues (#74022).
|
||||||
// Remaining behaviour is identical to function UntilWithoutRetry. (See above.)
|
// Remaining behaviour is identical to function UntilWithoutRetry. (See above.)
|
||||||
// Until can deal with API timeouts and lost connections.
|
// Until can deal with API timeouts and lost connections.
|
||||||
// It guarantees you to see all events and in the order they happened.
|
// It guarantees you to see all events and in the order they happened.
|
||||||
|
Loading…
Reference in New Issue
Block a user