package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations.
# Functions
IsAlreadyExists returns true if an error returned from GoRoutineMap indicates a new operation can not be started because an operation with the same operation name is already executing.
NewAlreadyExistsError returns a new instance of AlreadyExists error.
NewGoRoutineMap returns a new instance of GoRoutineMap.
# Interfaces
GoRoutineMap defines a type that can run named goroutines and track their state.