Affected by GO-2025-3415
and 1 other vulnerabilities
GO-2025-3415: DoS in Cilium agent DNS proxy from crafted DNS responses in github.com/cilium/cilium
GO-2025-3416: Cilium has an information leakage via insecure default Hubble UI CORS header in github.com/cilium/cilium
package
Version:
v1.16.4
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsRetryable checks if an error can be retried.
Retry retries the provided call using exponential retries given an initial duration for up to max retries count.
func Retryable(e error) retryableErr
Retryable returns a new instance.
ErrorSet tracks a collection of unique errors.
NewErrorSet returns a new instance.
Add adds one or more errors to the set.
Error returns a new composite error or nil.
Error returns a list of unique errors or nil.
RetryFunc tracks resiliency retry calls.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.