Update k8s api to v1.22.8

This commit is contained in:
Tomofumi Hayashi
2022-04-26 20:27:46 +09:00
parent c6fa047212
commit 16bd359bc0
200 changed files with 7370 additions and 1839 deletions

View File

@@ -147,7 +147,7 @@ func (pw *pickerWrapper) pick(ctx context.Context, failfast bool, info balancer.
logger.Error("subconn returned from pick is not *acBalancerWrapper")
continue
}
if t, ok := acw.getAddrConn().getReadyTransport(); ok {
if t := acw.getAddrConn().getReadyTransport(); t != nil {
if channelz.IsOn() {
return t, doneChannelzWrapper(acw, pickResult.Done), nil
}