Skip to content

Commit

Permalink
GITBOOK-218: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuii authored and gitbook-bot committed Jan 8, 2025
1 parent da2da73 commit bae03ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@ func (a *Webhook) Dispatch(attr admission.Attributes, o admission.ObjectInterfac
* Adds methods that take a context argument to `*Review` client interfaces
* Ensures context is available to logic that determines whether to retry requests for webhooks, so a canceled or timed-out context can short-circuit retries
* Ensures context is available to authorizers and authenticators that make remote calls so they can short-circuit the remote call if the context is canceled or times-out

## Context 源码分析与应用

未完待续

0 comments on commit bae03ba

Please sign in to comment.