# Functions
AggregateErrors takes a list of errors formats them into a pretty, user-readable list headed by the text "errors:".
PathToProjectRoot returns the path to the root of the rook repo on the current host.
Retry will attempt the given function until it succeeds, up to the given maximum amount of retries, sleeping for the given duration in between attempts.
RetryWithTimeout retries the RetryFunc until the timeout occurs.
No description provided by the author
No description provided by the author
# Type aliases
RetryFunc is a function that returns true when it is done and it should be retried no longer.