Bumping k8s dependencies to 1.13
This commit is contained in:
186
vendor/github.com/gogo/protobuf/test/issue260/issue260.pb.go
generated
vendored
186
vendor/github.com/gogo/protobuf/test/issue260/issue260.pb.go
generated
vendored
@@ -1,17 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: issue260.proto
|
||||
|
||||
/*
|
||||
Package issue260 is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
issue260.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Dropped
|
||||
DroppedWithoutGetters
|
||||
Kept
|
||||
*/
|
||||
package issue260
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -22,7 +11,7 @@ import _ "github.com/gogo/protobuf/types"
|
||||
|
||||
import time "time"
|
||||
|
||||
import types "github.com/gogo/protobuf/types"
|
||||
import github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
|
||||
|
||||
import io "io"
|
||||
|
||||
@@ -38,10 +27,38 @@ var _ = time.Kitchen
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
func (m *Dropped) Reset() { *m = Dropped{} }
|
||||
func (m *Dropped) String() string { return proto.CompactTextString(m) }
|
||||
func (*Dropped) ProtoMessage() {}
|
||||
func (*Dropped) Descriptor() ([]byte, []int) { return fileDescriptorIssue260, []int{0} }
|
||||
func (m *Dropped) Reset() { *m = Dropped{} }
|
||||
func (m *Dropped) String() string { return proto.CompactTextString(m) }
|
||||
func (*Dropped) ProtoMessage() {}
|
||||
func (*Dropped) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue260_6a5b9ffe9baf64cb, []int{0}
|
||||
}
|
||||
func (m *Dropped) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Dropped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_Dropped.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 *Dropped) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Dropped.Merge(dst, src)
|
||||
}
|
||||
func (m *Dropped) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *Dropped) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Dropped.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Dropped proto.InternalMessageInfo
|
||||
|
||||
func (m *Dropped) GetName() string {
|
||||
if m != nil {
|
||||
@@ -57,20 +74,78 @@ func (m *Dropped) GetAge() int32 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (m *DroppedWithoutGetters) Reset() { *m = DroppedWithoutGetters{} }
|
||||
func (m *DroppedWithoutGetters) String() string { return proto.CompactTextString(m) }
|
||||
func (*DroppedWithoutGetters) ProtoMessage() {}
|
||||
func (*DroppedWithoutGetters) Descriptor() ([]byte, []int) { return fileDescriptorIssue260, []int{1} }
|
||||
|
||||
type Kept struct {
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
|
||||
func (m *DroppedWithoutGetters) Reset() { *m = DroppedWithoutGetters{} }
|
||||
func (m *DroppedWithoutGetters) String() string { return proto.CompactTextString(m) }
|
||||
func (*DroppedWithoutGetters) ProtoMessage() {}
|
||||
func (*DroppedWithoutGetters) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue260_6a5b9ffe9baf64cb, []int{1}
|
||||
}
|
||||
func (m *DroppedWithoutGetters) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *DroppedWithoutGetters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_DroppedWithoutGetters.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 *DroppedWithoutGetters) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_DroppedWithoutGetters.Merge(dst, src)
|
||||
}
|
||||
func (m *DroppedWithoutGetters) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *DroppedWithoutGetters) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_DroppedWithoutGetters.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
func (m *Kept) Reset() { *m = Kept{} }
|
||||
func (m *Kept) String() string { return proto.CompactTextString(m) }
|
||||
func (*Kept) ProtoMessage() {}
|
||||
func (*Kept) Descriptor() ([]byte, []int) { return fileDescriptorIssue260, []int{2} }
|
||||
var xxx_messageInfo_DroppedWithoutGetters proto.InternalMessageInfo
|
||||
|
||||
type Kept struct {
|
||||
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
||||
Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Kept) Reset() { *m = Kept{} }
|
||||
func (m *Kept) String() string { return proto.CompactTextString(m) }
|
||||
func (*Kept) ProtoMessage() {}
|
||||
func (*Kept) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue260_6a5b9ffe9baf64cb, []int{2}
|
||||
}
|
||||
func (m *Kept) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Kept) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_Kept.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 *Kept) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Kept.Merge(dst, src)
|
||||
}
|
||||
func (m *Kept) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *Kept) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Kept.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Kept proto.InternalMessageInfo
|
||||
|
||||
func (m *Kept) GetName() string {
|
||||
if m != nil {
|
||||
@@ -333,8 +408,8 @@ func (m *DroppedWithoutGetters) MarshalTo(dAtA []byte) (int, error) {
|
||||
}
|
||||
dAtA[i] = 0x1a
|
||||
i++
|
||||
i = encodeVarintIssue260(dAtA, i, uint64(types.SizeOfStdTime(m.Timestamp)))
|
||||
n1, err := types.StdTimeMarshalTo(m.Timestamp, dAtA[i:])
|
||||
i = encodeVarintIssue260(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdTime(m.Timestamp)))
|
||||
n1, err := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Timestamp, dAtA[i:])
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
@@ -402,7 +477,7 @@ func NewPopulatedDroppedWithoutGetters(r randyIssue260, easy bool) *DroppedWitho
|
||||
if r.Intn(2) == 0 {
|
||||
this.Width *= -1
|
||||
}
|
||||
v1 := types.NewPopulatedStdTime(r, easy)
|
||||
v1 := github_com_gogo_protobuf_types.NewPopulatedStdTime(r, easy)
|
||||
this.Timestamp = *v1
|
||||
if !easy && r.Intn(10) != 0 {
|
||||
}
|
||||
@@ -515,7 +590,7 @@ func (m *DroppedWithoutGetters) Size() (n int) {
|
||||
if m.Width != 0 {
|
||||
n += 1 + sovIssue260(uint64(m.Width))
|
||||
}
|
||||
l = types.SizeOfStdTime(m.Timestamp)
|
||||
l = github_com_gogo_protobuf_types.SizeOfStdTime(m.Timestamp)
|
||||
n += 1 + l + sovIssue260(uint64(l))
|
||||
return n
|
||||
}
|
||||
@@ -737,7 +812,7 @@ func (m *DroppedWithoutGetters) Unmarshal(dAtA []byte) error {
|
||||
if postIndex > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
if err := types.StdTimeUnmarshal(&m.Timestamp, dAtA[iNdEx:postIndex]); err != nil {
|
||||
if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.Timestamp, dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
}
|
||||
iNdEx = postIndex
|
||||
@@ -965,27 +1040,28 @@ var (
|
||||
ErrIntOverflowIssue260 = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("issue260.proto", fileDescriptorIssue260) }
|
||||
func init() { proto.RegisterFile("issue260.proto", fileDescriptor_issue260_6a5b9ffe9baf64cb) }
|
||||
|
||||
var fileDescriptorIssue260 = []byte{
|
||||
// 302 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x8f, 0x31, 0x4b, 0xc3, 0x40,
|
||||
0x18, 0x86, 0xf3, 0x99, 0xb6, 0xb6, 0x27, 0x88, 0x1c, 0x2a, 0x25, 0xc3, 0x25, 0x74, 0xca, 0xa0,
|
||||
0xa9, 0x54, 0x74, 0xe8, 0x18, 0x04, 0x07, 0xb7, 0x20, 0x38, 0x27, 0xf6, 0xbc, 0x1c, 0x18, 0x2f,
|
||||
0x24, 0x5f, 0x70, 0x75, 0x74, 0x14, 0xfc, 0x03, 0xba, 0xf9, 0x13, 0x1c, 0x1d, 0x3b, 0xfa, 0x0b,
|
||||
0xb4, 0x3d, 0xff, 0x80, 0x63, 0x47, 0xf1, 0xd2, 0xd8, 0xd5, 0xed, 0x7d, 0xe0, 0x7d, 0x3f, 0x9e,
|
||||
0x8f, 0x6c, 0xca, 0xb2, 0xac, 0xf8, 0xe8, 0xf8, 0x20, 0xc8, 0x0b, 0x85, 0x8a, 0x76, 0x1b, 0x76,
|
||||
0xf6, 0x85, 0xc4, 0xb4, 0x4a, 0x82, 0x4b, 0x95, 0x0d, 0x85, 0x12, 0x6a, 0x68, 0x0a, 0x49, 0x75,
|
||||
0x65, 0xc8, 0x80, 0x49, 0xf5, 0xd0, 0x71, 0x85, 0x52, 0xe2, 0x9a, 0xaf, 0x5a, 0x28, 0x33, 0x5e,
|
||||
0x62, 0x9c, 0xe5, 0x75, 0x61, 0x70, 0x44, 0xd6, 0x4f, 0x0a, 0x95, 0xe7, 0x7c, 0x42, 0x29, 0x69,
|
||||
0xdd, 0xc4, 0x19, 0xef, 0x83, 0x07, 0x7e, 0x2f, 0x32, 0x99, 0x6e, 0x11, 0x3b, 0x16, 0xbc, 0xbf,
|
||||
0xe6, 0x81, 0xdf, 0x8e, 0x7e, 0xe3, 0xb8, 0xf5, 0xfd, 0xec, 0x5a, 0x83, 0x47, 0x20, 0x3b, 0xcb,
|
||||
0xdd, 0x85, 0xc4, 0x54, 0x55, 0x78, 0xca, 0x11, 0x79, 0x51, 0xd2, 0x5d, 0xd2, 0x49, 0xb9, 0x14,
|
||||
0x29, 0x9a, 0x3b, 0x76, 0xb4, 0x24, 0xba, 0x4d, 0xda, 0xb7, 0x72, 0x82, 0xa9, 0xb9, 0x65, 0x47,
|
||||
0x35, 0xd0, 0x90, 0xf4, 0xfe, 0x8c, 0xfa, 0xb6, 0x07, 0xfe, 0xc6, 0xc8, 0x09, 0x6a, 0xe7, 0xa0,
|
||||
0x71, 0x0e, 0xce, 0x9b, 0x46, 0xd8, 0x9d, 0x7e, 0xb8, 0xd6, 0xc3, 0xa7, 0x0b, 0xd1, 0x6a, 0x36,
|
||||
0xee, 0xde, 0x3f, 0xb9, 0x96, 0xb1, 0xda, 0x23, 0xad, 0x33, 0x9e, 0xe3, 0xff, 0x3e, 0x09, 0xfd,
|
||||
0xd9, 0x9c, 0xc1, 0x62, 0xce, 0xe0, 0x45, 0x33, 0x78, 0xd5, 0x0c, 0xde, 0x34, 0x83, 0xa9, 0x66,
|
||||
0xf0, 0xae, 0x19, 0xcc, 0x34, 0x83, 0x85, 0x66, 0xd6, 0xdd, 0x17, 0xb3, 0x92, 0x8e, 0x51, 0x39,
|
||||
0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x67, 0x75, 0x8b, 0x97, 0x01, 0x00, 0x00,
|
||||
var fileDescriptor_issue260_6a5b9ffe9baf64cb = []byte{
|
||||
// 307 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0xcb, 0x2c, 0x2e, 0x2e,
|
||||
0x4d, 0x35, 0x32, 0x33, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x80, 0xf1, 0xa5, 0x74,
|
||||
0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0xd3, 0xf3, 0xd3, 0xf3, 0xf5,
|
||||
0xc1, 0x0a, 0x92, 0x4a, 0xd3, 0xc0, 0x3c, 0x30, 0x07, 0xcc, 0x82, 0x68, 0x94, 0x92, 0x4f, 0xcf,
|
||||
0xcf, 0x4f, 0xcf, 0x49, 0x45, 0xa8, 0x2a, 0xc9, 0xcc, 0x4d, 0x2d, 0x2e, 0x49, 0xcc, 0x2d, 0x80,
|
||||
0x28, 0x50, 0x32, 0xe5, 0x62, 0x77, 0x29, 0xca, 0x2f, 0x28, 0x48, 0x4d, 0x11, 0x12, 0xe2, 0x62,
|
||||
0xc9, 0x4b, 0xcc, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x02, 0xb3, 0x85, 0x04, 0xb8,
|
||||
0x98, 0x13, 0xd3, 0x53, 0x25, 0x98, 0x14, 0x18, 0x35, 0x58, 0x83, 0x40, 0x4c, 0x2b, 0x96, 0x0f,
|
||||
0x0b, 0xe5, 0x19, 0x94, 0x26, 0x33, 0x72, 0x89, 0x42, 0xf5, 0x85, 0x67, 0x96, 0x64, 0xe4, 0x97,
|
||||
0x96, 0xb8, 0xa7, 0x96, 0x94, 0xa4, 0x16, 0x15, 0x0b, 0x89, 0x71, 0xb1, 0x65, 0xa4, 0x66, 0xa6,
|
||||
0x67, 0x94, 0x80, 0xcd, 0x61, 0x0e, 0x82, 0xf2, 0x84, 0x44, 0xb8, 0x58, 0xcb, 0x33, 0x53, 0x4a,
|
||||
0x32, 0xc0, 0x66, 0x31, 0x07, 0x41, 0x38, 0x42, 0x4e, 0x5c, 0x9c, 0x70, 0x17, 0x49, 0x30, 0x2b,
|
||||
0x30, 0x6a, 0x70, 0x1b, 0x49, 0xe9, 0x41, 0xdc, 0xac, 0x07, 0x73, 0xb3, 0x5e, 0x08, 0x4c, 0x85,
|
||||
0x13, 0xc7, 0x89, 0x7b, 0xf2, 0x0c, 0x13, 0xee, 0xcb, 0x33, 0x06, 0x21, 0xb4, 0x59, 0x71, 0x74,
|
||||
0x2c, 0x90, 0x67, 0x00, 0xbb, 0x4a, 0x87, 0x8b, 0xc5, 0x3b, 0xb5, 0xa0, 0x84, 0x38, 0x9f, 0x38,
|
||||
0xe9, 0x3c, 0x78, 0x28, 0xc7, 0xf8, 0xe3, 0xa1, 0x1c, 0xe3, 0x8a, 0x47, 0x72, 0x8c, 0x3b, 0x1e,
|
||||
0xc9, 0x31, 0x1e, 0x78, 0x24, 0xc7, 0x78, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f,
|
||||
0x1e, 0xc9, 0x31, 0xfe, 0x78, 0x24, 0xc7, 0xd0, 0xf0, 0x58, 0x8e, 0x61, 0xc2, 0x63, 0x39, 0x86,
|
||||
0x24, 0x36, 0xb0, 0x73, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3e, 0x88, 0xbf, 0x62, 0x9b,
|
||||
0x01, 0x00, 0x00,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user