package
0.2.0
Repository: https://github.com/icinga/icinga-kubernetes.git
Documentation: pkg.go.dev

# Functions

Retryable returns true for common errors that are considered retryable, i.e.
WithBackoff retries the passed function if it fails and the error allows it to retry.

# Structs

Settings aggregates optional settings for WithBackoff.

# Type aliases

IsRetryable checks whether a new attempt can be started based on the error passed.
RetryableFunc is a retryable function.