Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GatewayTimeout (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/webhook/webhook.go

    }
    
    // DefaultShouldRetry is a default implementation for the GenericWebhook ShouldRetry function property.
    // If the error reason is one of: networking (connection reset) or http (InternalServerError (500), GatewayTimeout (504), TooManyRequests (429)),
    // or apierrors.SuggestsClientDelay() returns true, then the function advises a retry.
    // Otherwise it returns false for an immediate fail.
    func DefaultShouldRetry(err error) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 19:02:55 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top