Upgrade k8s.io/client-go to version 2
This commit is contained in:
parent
a3b95f798b
commit
6f4c5dd4ce
675 changed files with 109006 additions and 90744 deletions
6
vendor/google.golang.org/appengine/internal/api.go
generated
vendored
6
vendor/google.golang.org/appengine/internal/api.go
generated
vendored
|
@ -432,6 +432,12 @@ func (c *context) post(body []byte, timeout time.Duration) (b []byte, err error)
|
|||
}
|
||||
|
||||
func Call(ctx netcontext.Context, service, method string, in, out proto.Message) error {
|
||||
if ns := NamespaceFromContext(ctx); ns != "" {
|
||||
if fn, ok := NamespaceMods[service]; ok {
|
||||
fn(in, ns)
|
||||
}
|
||||
}
|
||||
|
||||
if f, ctx, ok := callOverrideFromContext(ctx); ok {
|
||||
return f(ctx, service, method, in, out)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue