package
0.20.3
Repository: https://github.com/google/go-containerregistry.git
Documentation: pkg.go.dev

# Packages

Package wait is a subset of k8s.io/apimachinery to avoid conflicts in dependencies (specifically, logging).

# Functions

Ever returns true if the context was wrapped by Never.
IsNotNil returns true if err is not nil.
IsTemporary returns true if err implements Temporary() and it returns true.
Never returns a context that signals something should not be retried.
Retry retries a given function, f, until a predicate is satisfied, using exponential backoff.

# Type aliases

Backoff is an alias of our own wait.Backoff to avoid name conflicts with the kubernetes wait package.
Predicate determines whether an error should be retried.