Bumping k8s dependencies to 1.13
This commit is contained in:
185
vendor/github.com/gogo/protobuf/test/unmarshalmerge/unmarshalmerge.pb.go
generated
vendored
185
vendor/github.com/gogo/protobuf/test/unmarshalmerge/unmarshalmerge.pb.go
generated
vendored
@@ -1,18 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: unmarshalmerge.proto
|
||||
|
||||
/*
|
||||
Package unmarshalmerge is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
unmarshalmerge.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Big
|
||||
BigUnsafe
|
||||
Sub
|
||||
IntMerge
|
||||
*/
|
||||
package unmarshalmerge
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -26,7 +14,8 @@ import strings "strings"
|
||||
import reflect "reflect"
|
||||
|
||||
import io "io"
|
||||
import binary "encoding/binary"
|
||||
import encoding_binary "encoding/binary"
|
||||
import github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto"
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
@@ -40,14 +29,35 @@ var _ = math.Inf
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type Big struct {
|
||||
Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"`
|
||||
Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"`
|
||||
Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Big) Reset() { *m = Big{} }
|
||||
func (*Big) ProtoMessage() {}
|
||||
func (*Big) Descriptor() ([]byte, []int) { return fileDescriptorUnmarshalmerge, []int{0} }
|
||||
func (m *Big) Reset() { *m = Big{} }
|
||||
func (*Big) ProtoMessage() {}
|
||||
func (*Big) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_unmarshalmerge_5567ee50c42503cc, []int{0}
|
||||
}
|
||||
func (m *Big) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Big) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Big.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Big) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Big.Merge(dst, src)
|
||||
}
|
||||
func (m *Big) XXX_Size() int {
|
||||
return xxx_messageInfo_Big.Size(m)
|
||||
}
|
||||
func (m *Big) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Big.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Big proto.InternalMessageInfo
|
||||
|
||||
func (m *Big) GetSub() *Sub {
|
||||
if m != nil {
|
||||
@@ -64,14 +74,35 @@ func (m *Big) GetNumber() int64 {
|
||||
}
|
||||
|
||||
type BigUnsafe struct {
|
||||
Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"`
|
||||
Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Sub *Sub `protobuf:"bytes,1,opt,name=Sub" json:"Sub,omitempty"`
|
||||
Number *int64 `protobuf:"varint,2,opt,name=Number" json:"Number,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *BigUnsafe) Reset() { *m = BigUnsafe{} }
|
||||
func (*BigUnsafe) ProtoMessage() {}
|
||||
func (*BigUnsafe) Descriptor() ([]byte, []int) { return fileDescriptorUnmarshalmerge, []int{1} }
|
||||
func (m *BigUnsafe) Reset() { *m = BigUnsafe{} }
|
||||
func (*BigUnsafe) ProtoMessage() {}
|
||||
func (*BigUnsafe) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_unmarshalmerge_5567ee50c42503cc, []int{1}
|
||||
}
|
||||
func (m *BigUnsafe) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_BigUnsafe.Unmarshal(m, b)
|
||||
}
|
||||
func (m *BigUnsafe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_BigUnsafe.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *BigUnsafe) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_BigUnsafe.Merge(dst, src)
|
||||
}
|
||||
func (m *BigUnsafe) XXX_Size() int {
|
||||
return xxx_messageInfo_BigUnsafe.Size(m)
|
||||
}
|
||||
func (m *BigUnsafe) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_BigUnsafe.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_BigUnsafe proto.InternalMessageInfo
|
||||
|
||||
func (m *BigUnsafe) GetSub() *Sub {
|
||||
if m != nil {
|
||||
@@ -88,13 +119,34 @@ func (m *BigUnsafe) GetNumber() int64 {
|
||||
}
|
||||
|
||||
type Sub struct {
|
||||
SubNumber *int64 `protobuf:"varint,1,opt,name=SubNumber" json:"SubNumber,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
SubNumber *int64 `protobuf:"varint,1,opt,name=SubNumber" json:"SubNumber,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Sub) Reset() { *m = Sub{} }
|
||||
func (*Sub) ProtoMessage() {}
|
||||
func (*Sub) Descriptor() ([]byte, []int) { return fileDescriptorUnmarshalmerge, []int{2} }
|
||||
func (m *Sub) Reset() { *m = Sub{} }
|
||||
func (*Sub) ProtoMessage() {}
|
||||
func (*Sub) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_unmarshalmerge_5567ee50c42503cc, []int{2}
|
||||
}
|
||||
func (m *Sub) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Sub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Sub.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Sub) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Sub.Merge(dst, src)
|
||||
}
|
||||
func (m *Sub) XXX_Size() int {
|
||||
return xxx_messageInfo_Sub.Size(m)
|
||||
}
|
||||
func (m *Sub) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Sub.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Sub proto.InternalMessageInfo
|
||||
|
||||
func (m *Sub) GetSubNumber() int64 {
|
||||
if m != nil && m.SubNumber != nil {
|
||||
@@ -104,23 +156,44 @@ func (m *Sub) GetSubNumber() int64 {
|
||||
}
|
||||
|
||||
type IntMerge struct {
|
||||
Int64 int64 `protobuf:"varint,1,req,name=Int64" json:"Int64"`
|
||||
Int32 int32 `protobuf:"varint,2,opt,name=Int32" json:"Int32"`
|
||||
Sint32 int32 `protobuf:"zigzag32,3,req,name=Sint32" json:"Sint32"`
|
||||
Sint64 int64 `protobuf:"zigzag64,4,opt,name=Sint64" json:"Sint64"`
|
||||
Uint64 uint64 `protobuf:"varint,5,opt,name=Uint64" json:"Uint64"`
|
||||
Uint32 uint32 `protobuf:"varint,6,req,name=Uint32" json:"Uint32"`
|
||||
Fixed64 uint64 `protobuf:"fixed64,7,opt,name=Fixed64" json:"Fixed64"`
|
||||
Fixed32 uint32 `protobuf:"fixed32,8,opt,name=Fixed32" json:"Fixed32"`
|
||||
Sfixed32 int32 `protobuf:"fixed32,9,req,name=Sfixed32" json:"Sfixed32"`
|
||||
Sfixed64 int64 `protobuf:"fixed64,10,opt,name=Sfixed64" json:"Sfixed64"`
|
||||
Bool bool `protobuf:"varint,11,opt,name=Bool" json:"Bool"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Int64 int64 `protobuf:"varint,1,req,name=Int64" json:"Int64"`
|
||||
Int32 int32 `protobuf:"varint,2,opt,name=Int32" json:"Int32"`
|
||||
Sint32 int32 `protobuf:"zigzag32,3,req,name=Sint32" json:"Sint32"`
|
||||
Sint64 int64 `protobuf:"zigzag64,4,opt,name=Sint64" json:"Sint64"`
|
||||
Uint64 uint64 `protobuf:"varint,5,opt,name=Uint64" json:"Uint64"`
|
||||
Uint32 uint32 `protobuf:"varint,6,req,name=Uint32" json:"Uint32"`
|
||||
Fixed64 uint64 `protobuf:"fixed64,7,opt,name=Fixed64" json:"Fixed64"`
|
||||
Fixed32 uint32 `protobuf:"fixed32,8,opt,name=Fixed32" json:"Fixed32"`
|
||||
Sfixed32 int32 `protobuf:"fixed32,9,req,name=Sfixed32" json:"Sfixed32"`
|
||||
Sfixed64 int64 `protobuf:"fixed64,10,opt,name=Sfixed64" json:"Sfixed64"`
|
||||
Bool bool `protobuf:"varint,11,opt,name=Bool" json:"Bool"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *IntMerge) Reset() { *m = IntMerge{} }
|
||||
func (*IntMerge) ProtoMessage() {}
|
||||
func (*IntMerge) Descriptor() ([]byte, []int) { return fileDescriptorUnmarshalmerge, []int{3} }
|
||||
func (m *IntMerge) Reset() { *m = IntMerge{} }
|
||||
func (*IntMerge) ProtoMessage() {}
|
||||
func (*IntMerge) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_unmarshalmerge_5567ee50c42503cc, []int{3}
|
||||
}
|
||||
func (m *IntMerge) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *IntMerge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_IntMerge.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *IntMerge) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_IntMerge.Merge(dst, src)
|
||||
}
|
||||
func (m *IntMerge) XXX_Size() int {
|
||||
return xxx_messageInfo_IntMerge.Size(m)
|
||||
}
|
||||
func (m *IntMerge) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_IntMerge.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_IntMerge proto.InternalMessageInfo
|
||||
|
||||
func (m *IntMerge) GetInt64() int64 {
|
||||
if m != nil {
|
||||
@@ -1297,7 +1370,7 @@ func (m *IntMerge) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 8) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Fixed64 = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
m.Fixed64 = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
iNdEx += 8
|
||||
case 8:
|
||||
if wireType != 5 {
|
||||
@@ -1307,7 +1380,7 @@ func (m *IntMerge) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 4) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Fixed32 = uint32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
||||
m.Fixed32 = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
||||
iNdEx += 4
|
||||
case 9:
|
||||
if wireType != 5 {
|
||||
@@ -1317,7 +1390,7 @@ func (m *IntMerge) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 4) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Sfixed32 = int32(binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
||||
m.Sfixed32 = int32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
|
||||
iNdEx += 4
|
||||
hasFields[0] |= uint64(0x00000008)
|
||||
case 10:
|
||||
@@ -1328,7 +1401,7 @@ func (m *IntMerge) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 8) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
m.Sfixed64 = int64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
m.Sfixed64 = int64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
iNdEx += 8
|
||||
case 11:
|
||||
if wireType != 0 {
|
||||
@@ -1367,16 +1440,16 @@ func (m *IntMerge) Unmarshal(dAtA []byte) error {
|
||||
}
|
||||
}
|
||||
if hasFields[0]&uint64(0x00000001) == 0 {
|
||||
return proto.NewRequiredNotSetError("Int64")
|
||||
return github_com_gogo_protobuf_proto.NewRequiredNotSetError("Int64")
|
||||
}
|
||||
if hasFields[0]&uint64(0x00000002) == 0 {
|
||||
return proto.NewRequiredNotSetError("Sint32")
|
||||
return github_com_gogo_protobuf_proto.NewRequiredNotSetError("Sint32")
|
||||
}
|
||||
if hasFields[0]&uint64(0x00000004) == 0 {
|
||||
return proto.NewRequiredNotSetError("Uint32")
|
||||
return github_com_gogo_protobuf_proto.NewRequiredNotSetError("Uint32")
|
||||
}
|
||||
if hasFields[0]&uint64(0x00000008) == 0 {
|
||||
return proto.NewRequiredNotSetError("Sfixed32")
|
||||
return github_com_gogo_protobuf_proto.NewRequiredNotSetError("Sfixed32")
|
||||
}
|
||||
|
||||
if iNdEx > l {
|
||||
@@ -1489,9 +1562,11 @@ var (
|
||||
ErrIntOverflowUnmarshalmerge = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("unmarshalmerge.proto", fileDescriptorUnmarshalmerge) }
|
||||
func init() {
|
||||
proto.RegisterFile("unmarshalmerge.proto", fileDescriptor_unmarshalmerge_5567ee50c42503cc)
|
||||
}
|
||||
|
||||
var fileDescriptorUnmarshalmerge = []byte{
|
||||
var fileDescriptor_unmarshalmerge_5567ee50c42503cc = []byte{
|
||||
// 386 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0xd0, 0xcd, 0x8a, 0x9b, 0x50,
|
||||
0x14, 0x07, 0xf0, 0x1c, 0x35, 0xc6, 0xdc, 0xd0, 0xaf, 0xdb, 0x52, 0x2e, 0x21, 0xdc, 0x5c, 0x02,
|
||||
|
||||
Reference in New Issue
Block a user