Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRetry = wait.Backoff{ Steps: 5, Duration: 10 * time.Millisecond, Factor: 1.0, Jitter: 0.1, }
DefaultRetry is a default retry backoff settings when retrying API calls
Functions ¶
func IsRetryableKubeAPIError ¶
IsRetryableKubeAPIError returns if the error is a retryable kubernetes error
func IsRetryableNetworkError ¶
IsRetryableNetworkError returns whether or not the error is a retryable network error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.