Documentation
¶
Index ¶
Constants ¶
View Source
const (
RetryInterval = 50 * time.Millisecond
RetryTimeout = 2 * time.Second
ReadinessTimeout = 10 * time.Minute
GCTimeout = 5 * time.Minute
)
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
ErrUnknown = errors.New("unknown")
)
Functions ¶
func AdmissionWebhookDeniedRequest ¶
func AdmissionWebhookDeniedRequest(err error) bool
func IsRequestRetryable ¶
func IsRequestRetryable(err error) bool
Types ¶
Click to show internal directories.
Click to hide internal directories.