Update k8s apis to release-1.14 and update all of vendor
This commit is contained in:
5
vendor/google.golang.org/grpc/connectivity/connectivity.go
generated
vendored
5
vendor/google.golang.org/grpc/connectivity/connectivity.go
generated
vendored
@@ -22,7 +22,8 @@
|
||||
package connectivity
|
||||
|
||||
import (
|
||||
"golang.org/x/net/context"
|
||||
"context"
|
||||
|
||||
"google.golang.org/grpc/grpclog"
|
||||
)
|
||||
|
||||
@@ -51,7 +52,7 @@ func (s State) String() string {
|
||||
const (
|
||||
// Idle indicates the ClientConn is idle.
|
||||
Idle State = iota
|
||||
// Connecting indicates the ClienConn is connecting.
|
||||
// Connecting indicates the ClientConn is connecting.
|
||||
Connecting
|
||||
// Ready indicates the ClientConn is ready for work.
|
||||
Ready
|
||||
|
Reference in New Issue
Block a user