Bumping k8s dependencies to 1.13
This commit is contained in:
112
vendor/github.com/gogo/protobuf/test/issue42order/issue42.pb.go
generated
vendored
112
vendor/github.com/gogo/protobuf/test/issue42order/issue42.pb.go
generated
vendored
@@ -1,16 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: issue42.proto
|
||||
|
||||
/*
|
||||
Package issue42 is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
issue42.proto
|
||||
|
||||
It has these top-level messages:
|
||||
UnorderedFields
|
||||
OrderedFields
|
||||
*/
|
||||
package issue42
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -18,7 +8,7 @@ import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "github.com/gogo/protobuf/gogoproto"
|
||||
|
||||
import binary "encoding/binary"
|
||||
import encoding_binary "encoding/binary"
|
||||
|
||||
import io "io"
|
||||
|
||||
@@ -34,15 +24,45 @@ var _ = math.Inf
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type UnorderedFields struct {
|
||||
A *int64 `protobuf:"varint,10,opt,name=A" json:"A,omitempty"`
|
||||
B *uint64 `protobuf:"fixed64,1,opt,name=B" json:"B,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
A *int64 `protobuf:"varint,10,opt,name=A" json:"A,omitempty"`
|
||||
B *uint64 `protobuf:"fixed64,1,opt,name=B" json:"B,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *UnorderedFields) Reset() { *m = UnorderedFields{} }
|
||||
func (m *UnorderedFields) String() string { return proto.CompactTextString(m) }
|
||||
func (*UnorderedFields) ProtoMessage() {}
|
||||
func (*UnorderedFields) Descriptor() ([]byte, []int) { return fileDescriptorIssue42, []int{0} }
|
||||
func (m *UnorderedFields) Reset() { *m = UnorderedFields{} }
|
||||
func (m *UnorderedFields) String() string { return proto.CompactTextString(m) }
|
||||
func (*UnorderedFields) ProtoMessage() {}
|
||||
func (*UnorderedFields) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue42_6157ac17a2848d4f, []int{0}
|
||||
}
|
||||
func (m *UnorderedFields) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *UnorderedFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_UnorderedFields.Marshal(b, m, deterministic)
|
||||
} else {
|
||||
b = b[:cap(b)]
|
||||
n, err := m.MarshalTo(b)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return b[:n], nil
|
||||
}
|
||||
}
|
||||
func (dst *UnorderedFields) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_UnorderedFields.Merge(dst, src)
|
||||
}
|
||||
func (m *UnorderedFields) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *UnorderedFields) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_UnorderedFields.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_UnorderedFields proto.InternalMessageInfo
|
||||
|
||||
func (m *UnorderedFields) GetA() int64 {
|
||||
if m != nil && m.A != nil {
|
||||
@@ -59,15 +79,45 @@ func (m *UnorderedFields) GetB() uint64 {
|
||||
}
|
||||
|
||||
type OrderedFields struct {
|
||||
B *uint64 `protobuf:"fixed64,1,opt,name=B" json:"B,omitempty"`
|
||||
A *int64 `protobuf:"varint,10,opt,name=A" json:"A,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
B *uint64 `protobuf:"fixed64,1,opt,name=B" json:"B,omitempty"`
|
||||
A *int64 `protobuf:"varint,10,opt,name=A" json:"A,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *OrderedFields) Reset() { *m = OrderedFields{} }
|
||||
func (m *OrderedFields) String() string { return proto.CompactTextString(m) }
|
||||
func (*OrderedFields) ProtoMessage() {}
|
||||
func (*OrderedFields) Descriptor() ([]byte, []int) { return fileDescriptorIssue42, []int{1} }
|
||||
func (m *OrderedFields) Reset() { *m = OrderedFields{} }
|
||||
func (m *OrderedFields) String() string { return proto.CompactTextString(m) }
|
||||
func (*OrderedFields) ProtoMessage() {}
|
||||
func (*OrderedFields) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue42_6157ac17a2848d4f, []int{1}
|
||||
}
|
||||
func (m *OrderedFields) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *OrderedFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_OrderedFields.Marshal(b, m, deterministic)
|
||||
} else {
|
||||
b = b[:cap(b)]
|
||||
n, err := m.MarshalTo(b)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return b[:n], nil
|
||||
}
|
||||
}
|
||||
func (dst *OrderedFields) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_OrderedFields.Merge(dst, src)
|
||||
}
|
||||
func (m *OrderedFields) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *OrderedFields) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_OrderedFields.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_OrderedFields proto.InternalMessageInfo
|
||||
|
||||
func (m *OrderedFields) GetB() uint64 {
|
||||
if m != nil && m.B != nil {
|
||||
@@ -105,7 +155,7 @@ func (m *UnorderedFields) MarshalTo(dAtA []byte) (int, error) {
|
||||
if m.B != nil {
|
||||
dAtA[i] = 0x9
|
||||
i++
|
||||
binary.LittleEndian.PutUint64(dAtA[i:], uint64(*m.B))
|
||||
encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(*m.B))
|
||||
i += 8
|
||||
}
|
||||
if m.A != nil {
|
||||
@@ -137,7 +187,7 @@ func (m *OrderedFields) MarshalTo(dAtA []byte) (int, error) {
|
||||
if m.B != nil {
|
||||
dAtA[i] = 0x9
|
||||
i++
|
||||
binary.LittleEndian.PutUint64(dAtA[i:], uint64(*m.B))
|
||||
encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(*m.B))
|
||||
i += 8
|
||||
}
|
||||
if m.A != nil {
|
||||
@@ -350,7 +400,7 @@ func (m *UnorderedFields) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 8) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
iNdEx += 8
|
||||
m.B = &v
|
||||
case 10:
|
||||
@@ -432,7 +482,7 @@ func (m *OrderedFields) Unmarshal(dAtA []byte) error {
|
||||
if (iNdEx + 8) > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||||
iNdEx += 8
|
||||
m.B = &v
|
||||
case 10:
|
||||
@@ -582,9 +632,9 @@ var (
|
||||
ErrIntOverflowIssue42 = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("issue42.proto", fileDescriptorIssue42) }
|
||||
func init() { proto.RegisterFile("issue42.proto", fileDescriptor_issue42_6157ac17a2848d4f) }
|
||||
|
||||
var fileDescriptorIssue42 = []byte{
|
||||
var fileDescriptor_issue42_6157ac17a2848d4f = []byte{
|
||||
// 144 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0xcd, 0x2c, 0x2e, 0x2e,
|
||||
0x4d, 0x35, 0x31, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x87, 0x72, 0xa5, 0x74, 0xd3,
|
||||
|
||||
Reference in New Issue
Block a user