Bumping k8s dependencies to 1.13
This commit is contained in:
48
vendor/github.com/gogo/protobuf/test/issue312/events/events.pb.go
generated
vendored
48
vendor/github.com/gogo/protobuf/test/issue312/events/events.pb.go
generated
vendored
@@ -1,22 +1,13 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: events.proto
|
||||
|
||||
/*
|
||||
Package events is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
events.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Subtype
|
||||
*/
|
||||
package events
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import issue312 "github.com/gogo/protobuf/test/issue312"
|
||||
import _ "github.com/gogo/protobuf/gogoproto"
|
||||
import issue312 "github.com/gogo/protobuf/test/issue312"
|
||||
|
||||
import bytes "bytes"
|
||||
|
||||
@@ -35,14 +26,35 @@ var _ = math.Inf
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type Subtype struct {
|
||||
State *issue312.TaskState `protobuf:"varint,4,opt,name=state,enum=issue312.TaskState" json:"state,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
State *issue312.TaskState `protobuf:"varint,4,opt,name=state,enum=issue312.TaskState" json:"state,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Subtype) Reset() { *m = Subtype{} }
|
||||
func (m *Subtype) String() string { return proto.CompactTextString(m) }
|
||||
func (*Subtype) ProtoMessage() {}
|
||||
func (*Subtype) Descriptor() ([]byte, []int) { return fileDescriptorEvents, []int{0} }
|
||||
func (m *Subtype) Reset() { *m = Subtype{} }
|
||||
func (m *Subtype) String() string { return proto.CompactTextString(m) }
|
||||
func (*Subtype) ProtoMessage() {}
|
||||
func (*Subtype) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_events_4681b5f19350f6a9, []int{0}
|
||||
}
|
||||
func (m *Subtype) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Subtype.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Subtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Subtype.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Subtype) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Subtype.Merge(dst, src)
|
||||
}
|
||||
func (m *Subtype) XXX_Size() int {
|
||||
return xxx_messageInfo_Subtype.Size(m)
|
||||
}
|
||||
func (m *Subtype) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Subtype.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Subtype proto.InternalMessageInfo
|
||||
|
||||
func (m *Subtype) GetState() issue312.TaskState {
|
||||
if m != nil && m.State != nil {
|
||||
@@ -195,9 +207,9 @@ func encodeVarintPopulateEvents(dAtA []byte, v uint64) []byte {
|
||||
return dAtA
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("events.proto", fileDescriptorEvents) }
|
||||
func init() { proto.RegisterFile("events.proto", fileDescriptor_events_4681b5f19350f6a9) }
|
||||
|
||||
var fileDescriptorEvents = []byte{
|
||||
var fileDescriptor_events_4681b5f19350f6a9 = []byte{
|
||||
// 162 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x49, 0x2d, 0x4b, 0xcd,
|
||||
0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0xcf, 0x2c, 0x2e, 0x2e, 0x4d, 0x35,
|
||||
|
||||
Reference in New Issue
Block a user