Bumping k8s dependencies to 1.13
This commit is contained in:
80
vendor/github.com/gogo/protobuf/test/issue34/proto.pb.go
generated
vendored
80
vendor/github.com/gogo/protobuf/test/issue34/proto.pb.go
generated
vendored
@@ -1,16 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: proto.proto
|
||||
|
||||
/*
|
||||
Package issue34 is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
proto.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Foo
|
||||
FooWithRepeated
|
||||
*/
|
||||
package issue34
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -32,14 +22,35 @@ var _ = math.Inf
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type Foo struct {
|
||||
Bar []byte `protobuf:"bytes,1,opt,name=bar" json:"bar,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Bar []byte `protobuf:"bytes,1,opt,name=bar" json:"bar,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Foo) Reset() { *m = Foo{} }
|
||||
func (m *Foo) String() string { return proto.CompactTextString(m) }
|
||||
func (*Foo) ProtoMessage() {}
|
||||
func (*Foo) Descriptor() ([]byte, []int) { return fileDescriptorProto, []int{0} }
|
||||
func (m *Foo) Reset() { *m = Foo{} }
|
||||
func (m *Foo) String() string { return proto.CompactTextString(m) }
|
||||
func (*Foo) ProtoMessage() {}
|
||||
func (*Foo) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_proto_9c2649a35ed336bb, []int{0}
|
||||
}
|
||||
func (m *Foo) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Foo.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Foo) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Foo.Merge(dst, src)
|
||||
}
|
||||
func (m *Foo) XXX_Size() int {
|
||||
return xxx_messageInfo_Foo.Size(m)
|
||||
}
|
||||
func (m *Foo) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Foo.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Foo proto.InternalMessageInfo
|
||||
|
||||
func (m *Foo) GetBar() []byte {
|
||||
if m != nil {
|
||||
@@ -49,14 +60,35 @@ func (m *Foo) GetBar() []byte {
|
||||
}
|
||||
|
||||
type FooWithRepeated struct {
|
||||
Bar [][]byte `protobuf:"bytes,1,rep,name=bar" json:"bar,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Bar [][]byte `protobuf:"bytes,1,rep,name=bar" json:"bar,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *FooWithRepeated) Reset() { *m = FooWithRepeated{} }
|
||||
func (m *FooWithRepeated) String() string { return proto.CompactTextString(m) }
|
||||
func (*FooWithRepeated) ProtoMessage() {}
|
||||
func (*FooWithRepeated) Descriptor() ([]byte, []int) { return fileDescriptorProto, []int{1} }
|
||||
func (m *FooWithRepeated) Reset() { *m = FooWithRepeated{} }
|
||||
func (m *FooWithRepeated) String() string { return proto.CompactTextString(m) }
|
||||
func (*FooWithRepeated) ProtoMessage() {}
|
||||
func (*FooWithRepeated) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_proto_9c2649a35ed336bb, []int{1}
|
||||
}
|
||||
func (m *FooWithRepeated) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *FooWithRepeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_FooWithRepeated.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *FooWithRepeated) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_FooWithRepeated.Merge(dst, src)
|
||||
}
|
||||
func (m *FooWithRepeated) XXX_Size() int {
|
||||
return xxx_messageInfo_FooWithRepeated.Size(m)
|
||||
}
|
||||
func (m *FooWithRepeated) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_FooWithRepeated.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_FooWithRepeated proto.InternalMessageInfo
|
||||
|
||||
func (m *FooWithRepeated) GetBar() [][]byte {
|
||||
if m != nil {
|
||||
@@ -336,9 +368,9 @@ var (
|
||||
ErrIntOverflowProto = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("proto.proto", fileDescriptorProto) }
|
||||
func init() { proto.RegisterFile("proto.proto", fileDescriptor_proto_9c2649a35ed336bb) }
|
||||
|
||||
var fileDescriptorProto = []byte{
|
||||
var fileDescriptor_proto_9c2649a35ed336bb = []byte{
|
||||
// 126 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2e, 0x28, 0xca, 0x2f,
|
||||
0xc9, 0xd7, 0x03, 0x93, 0x42, 0xec, 0x99, 0xc5, 0xc5, 0xa5, 0xa9, 0xc6, 0x26, 0x52, 0xba, 0xe9,
|
||||
|
||||
Reference in New Issue
Block a user