package
1.8.0-alpha.2
Repository: https://github.com/lxpollitt/kubernetes.git
Documentation: pkg.go.dev
# Functions
RetryConflict executes the provided function repeatedly, retrying if the server returns a conflicting write.
# Variables
DefaultBackoff is the recommended backoff for a conflict where a client may be attempting to make an unrelated modification to a resource under active management by one or more controllers.
DefaultRetry is the recommended retry for a conflict where multiple clients are making changes to the same resource.