Bumping k8s dependencies to 1.13
This commit is contained in:
63
vendor/github.com/gogo/protobuf/test/issue262/timefail.pb.go
generated
vendored
63
vendor/github.com/gogo/protobuf/test/issue262/timefail.pb.go
generated
vendored
@@ -1,15 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: timefail.proto
|
||||
|
||||
/*
|
||||
Package timefail is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
timefail.proto
|
||||
|
||||
It has these top-level messages:
|
||||
TimeFail
|
||||
*/
|
||||
package timefail
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -23,7 +14,7 @@ import time "time"
|
||||
import strings "strings"
|
||||
import reflect "reflect"
|
||||
|
||||
import types "github.com/gogo/protobuf/types"
|
||||
import github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
|
||||
|
||||
import io "io"
|
||||
|
||||
@@ -40,12 +31,42 @@ var _ = time.Kitchen
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type TimeFail struct {
|
||||
TimeTest *time.Time `protobuf:"bytes,1,opt,name=time_test,json=timeTest,stdtime" json:"time_test,omitempty"`
|
||||
TimeTest *time.Time `protobuf:"bytes,1,opt,name=time_test,json=timeTest,stdtime" json:"time_test,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *TimeFail) Reset() { *m = TimeFail{} }
|
||||
func (*TimeFail) ProtoMessage() {}
|
||||
func (*TimeFail) Descriptor() ([]byte, []int) { return fileDescriptorTimefail, []int{0} }
|
||||
func (m *TimeFail) Reset() { *m = TimeFail{} }
|
||||
func (*TimeFail) ProtoMessage() {}
|
||||
func (*TimeFail) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_timefail_540b49e689fc70b1, []int{0}
|
||||
}
|
||||
func (m *TimeFail) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *TimeFail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_TimeFail.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 *TimeFail) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_TimeFail.Merge(dst, src)
|
||||
}
|
||||
func (m *TimeFail) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *TimeFail) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_TimeFail.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_TimeFail proto.InternalMessageInfo
|
||||
|
||||
func (m *TimeFail) GetTimeTest() *time.Time {
|
||||
if m != nil {
|
||||
@@ -121,8 +142,8 @@ func (m *TimeFail) MarshalTo(dAtA []byte) (int, error) {
|
||||
if m.TimeTest != nil {
|
||||
dAtA[i] = 0xa
|
||||
i++
|
||||
i = encodeVarintTimefail(dAtA, i, uint64(types.SizeOfStdTime(*m.TimeTest)))
|
||||
n1, err := types.StdTimeMarshalTo(*m.TimeTest, dAtA[i:])
|
||||
i = encodeVarintTimefail(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdTime(*m.TimeTest)))
|
||||
n1, err := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.TimeTest, dAtA[i:])
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
@@ -144,7 +165,7 @@ func (m *TimeFail) Size() (n int) {
|
||||
var l int
|
||||
_ = l
|
||||
if m.TimeTest != nil {
|
||||
l = types.SizeOfStdTime(*m.TimeTest)
|
||||
l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.TimeTest)
|
||||
n += 1 + l + sovTimefail(uint64(l))
|
||||
}
|
||||
return n
|
||||
@@ -168,7 +189,7 @@ func (this *TimeFail) String() string {
|
||||
return "nil"
|
||||
}
|
||||
s := strings.Join([]string{`&TimeFail{`,
|
||||
`TimeTest:` + strings.Replace(fmt.Sprintf("%v", this.TimeTest), "Timestamp", "google_protobuf1.Timestamp", 1) + `,`,
|
||||
`TimeTest:` + strings.Replace(fmt.Sprintf("%v", this.TimeTest), "Timestamp", "types.Timestamp", 1) + `,`,
|
||||
`}`,
|
||||
}, "")
|
||||
return s
|
||||
@@ -239,7 +260,7 @@ func (m *TimeFail) Unmarshal(dAtA []byte) error {
|
||||
if m.TimeTest == nil {
|
||||
m.TimeTest = new(time.Time)
|
||||
}
|
||||
if err := types.StdTimeUnmarshal(m.TimeTest, dAtA[iNdEx:postIndex]); err != nil {
|
||||
if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(m.TimeTest, dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
}
|
||||
iNdEx = postIndex
|
||||
@@ -369,9 +390,9 @@ var (
|
||||
ErrIntOverflowTimefail = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("timefail.proto", fileDescriptorTimefail) }
|
||||
func init() { proto.RegisterFile("timefail.proto", fileDescriptor_timefail_540b49e689fc70b1) }
|
||||
|
||||
var fileDescriptorTimefail = []byte{
|
||||
var fileDescriptor_timefail_540b49e689fc70b1 = []byte{
|
||||
// 202 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2b, 0xc9, 0xcc, 0x4d,
|
||||
0x4d, 0x4b, 0xcc, 0xcc, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x80, 0xf1, 0xa5, 0x74,
|
||||
|
||||
Reference in New Issue
Block a user