use istio client-go library instead of knative (#1661)
use istio client-go library instead of knative bump kubernetes dependency version change code coverage to codecov
This commit is contained in:
25
vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go
generated
vendored
25
vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go
generated
vendored
@@ -1,12 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// source: google/api/client.proto
|
||||
|
||||
package annotations // import "google.golang.org/genproto/googleapis/api/annotations"
|
||||
package annotations
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
import (
|
||||
fmt "fmt"
|
||||
math "math"
|
||||
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -17,14 +20,14 @@ var _ = math.Inf
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
||||
|
||||
var E_MethodSignature = &proto.ExtensionDesc{
|
||||
ExtendedType: (*descriptor.MethodOptions)(nil),
|
||||
ExtensionType: ([]string)(nil),
|
||||
Field: 1051,
|
||||
Name: "google.api.method_signature",
|
||||
Tag: "bytes,1051,rep,name=method_signature,json=methodSignature",
|
||||
Tag: "bytes,1051,rep,name=method_signature",
|
||||
Filename: "google/api/client.proto",
|
||||
}
|
||||
|
||||
@@ -33,7 +36,7 @@ var E_DefaultHost = &proto.ExtensionDesc{
|
||||
ExtensionType: (*string)(nil),
|
||||
Field: 1049,
|
||||
Name: "google.api.default_host",
|
||||
Tag: "bytes,1049,opt,name=default_host,json=defaultHost",
|
||||
Tag: "bytes,1049,opt,name=default_host",
|
||||
Filename: "google/api/client.proto",
|
||||
}
|
||||
|
||||
@@ -42,7 +45,7 @@ var E_OauthScopes = &proto.ExtensionDesc{
|
||||
ExtensionType: (*string)(nil),
|
||||
Field: 1050,
|
||||
Name: "google.api.oauth_scopes",
|
||||
Tag: "bytes,1050,opt,name=oauth_scopes,json=oauthScopes",
|
||||
Tag: "bytes,1050,opt,name=oauth_scopes",
|
||||
Filename: "google/api/client.proto",
|
||||
}
|
||||
|
||||
@@ -52,9 +55,9 @@ func init() {
|
||||
proto.RegisterExtension(E_OauthScopes)
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/api/client.proto", fileDescriptor_client_1608614df476619f) }
|
||||
func init() { proto.RegisterFile("google/api/client.proto", fileDescriptor_78f2c6f7c3a942c1) }
|
||||
|
||||
var fileDescriptor_client_1608614df476619f = []byte{
|
||||
var fileDescriptor_78f2c6f7c3a942c1 = []byte{
|
||||
// 262 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x3f, 0x4f, 0xc3, 0x30,
|
||||
0x10, 0xc5, 0x55, 0x40, 0xa8, 0x75, 0x11, 0xa0, 0x2c, 0x20, 0x06, 0xc8, 0xd8, 0xc9, 0x1e, 0xd8,
|
||||
|
||||
Reference in New Issue
Block a user