Bumping k8s dependencies to 1.13
This commit is contained in:
57
vendor/github.com/gogo/protobuf/test/issue322/issue322.pb.go
generated
vendored
57
vendor/github.com/gogo/protobuf/test/issue322/issue322.pb.go
generated
vendored
@@ -1,15 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: issue322.proto
|
||||
|
||||
/*
|
||||
Package test is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
issue322.proto
|
||||
|
||||
It has these top-level messages:
|
||||
OneofTest
|
||||
*/
|
||||
package test
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -38,14 +29,44 @@ const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
type OneofTest struct {
|
||||
// Types that are valid to be assigned to Union:
|
||||
// *OneofTest_I
|
||||
Union isOneofTest_Union `protobuf_oneof:"union"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Union isOneofTest_Union `protobuf_oneof:"union"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *OneofTest) Reset() { *m = OneofTest{} }
|
||||
func (m *OneofTest) String() string { return proto.CompactTextString(m) }
|
||||
func (*OneofTest) ProtoMessage() {}
|
||||
func (*OneofTest) Descriptor() ([]byte, []int) { return fileDescriptorIssue322, []int{0} }
|
||||
func (m *OneofTest) Reset() { *m = OneofTest{} }
|
||||
func (m *OneofTest) String() string { return proto.CompactTextString(m) }
|
||||
func (*OneofTest) ProtoMessage() {}
|
||||
func (*OneofTest) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_issue322_3e2db2f0d45a9027, []int{0}
|
||||
}
|
||||
func (m *OneofTest) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *OneofTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_OneofTest.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 *OneofTest) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_OneofTest.Merge(dst, src)
|
||||
}
|
||||
func (m *OneofTest) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *OneofTest) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_OneofTest.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_OneofTest proto.InternalMessageInfo
|
||||
|
||||
const Default_OneofTest_I int32 = 4
|
||||
|
||||
@@ -117,7 +138,7 @@ func _OneofTest_OneofSizer(msg proto.Message) (n int) {
|
||||
// union
|
||||
switch x := m.Union.(type) {
|
||||
case *OneofTest_I:
|
||||
n += proto.SizeVarint(1<<3 | proto.WireVarint)
|
||||
n += 1 // tag and wire
|
||||
n += proto.SizeVarint(uint64(x.I))
|
||||
case nil:
|
||||
default:
|
||||
@@ -563,9 +584,9 @@ var (
|
||||
ErrIntOverflowIssue322 = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("issue322.proto", fileDescriptorIssue322) }
|
||||
func init() { proto.RegisterFile("issue322.proto", fileDescriptor_issue322_3e2db2f0d45a9027) }
|
||||
|
||||
var fileDescriptorIssue322 = []byte{
|
||||
var fileDescriptor_issue322_3e2db2f0d45a9027 = []byte{
|
||||
// 149 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0xcb, 0x2c, 0x2e, 0x2e,
|
||||
0x4d, 0x35, 0x36, 0x32, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x29, 0x49, 0x2d, 0x2e,
|
||||
|
||||
Reference in New Issue
Block a user