Bumping k8s dependencies to 1.13
This commit is contained in:
54
vendor/github.com/gogo/protobuf/test/enumcustomname/enumcustomname.pb.go
generated
vendored
54
vendor/github.com/gogo/protobuf/test/enumcustomname/enumcustomname.pb.go
generated
vendored
@@ -1,19 +1,12 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: enumcustomname.proto
|
||||
|
||||
/*
|
||||
Package enumcustomname is a generated protocol buffer package.
|
||||
package enumcustomname
|
||||
|
||||
/*
|
||||
Package enumcustomname tests the behavior of enum_customname and
|
||||
enumvalue_customname extensions.
|
||||
|
||||
It is generated from these files:
|
||||
enumcustomname.proto
|
||||
|
||||
It has these top-level messages:
|
||||
OnlyEnums
|
||||
*/
|
||||
package enumcustomname
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
@@ -68,7 +61,9 @@ func (x *MyCustomEnum) UnmarshalJSON(data []byte) error {
|
||||
*x = MyCustomEnum(value)
|
||||
return nil
|
||||
}
|
||||
func (MyCustomEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptorEnumcustomname, []int{0} }
|
||||
func (MyCustomEnum) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumcustomname_d428393be9e73607, []int{0}
|
||||
}
|
||||
|
||||
type MyCustomUnprefixedEnum int32
|
||||
|
||||
@@ -103,7 +98,7 @@ func (x *MyCustomUnprefixedEnum) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (MyCustomUnprefixedEnum) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptorEnumcustomname, []int{1}
|
||||
return fileDescriptor_enumcustomname_d428393be9e73607, []int{1}
|
||||
}
|
||||
|
||||
type MyEnumWithEnumStringer int32
|
||||
@@ -139,7 +134,7 @@ func (x *MyEnumWithEnumStringer) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (MyEnumWithEnumStringer) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptorEnumcustomname, []int{2}
|
||||
return fileDescriptor_enumcustomname_d428393be9e73607, []int{2}
|
||||
}
|
||||
|
||||
type OnlyEnums struct {
|
||||
@@ -155,13 +150,34 @@ type OnlyEnums struct {
|
||||
YetYetAnotherTestEnum *test.YetYetAnotherTestEnum `protobuf:"varint,10,opt,name=yet_yet_another_test_enum,json=yetYetAnotherTestEnum,enum=test.YetYetAnotherTestEnum" json:"yet_yet_another_test_enum,omitempty"`
|
||||
YetYetAnotherTestEnumDefaultCc *test.YetYetAnotherTestEnum `protobuf:"varint,11,opt,name=yet_yet_another_test_enum_default_cc,json=yetYetAnotherTestEnumDefaultCc,enum=test.YetYetAnotherTestEnum,def=0" json:"yet_yet_another_test_enum_default_cc,omitempty"`
|
||||
YetYetAnotherTestEnumDefaultDd *test.YetYetAnotherTestEnum `protobuf:"varint,12,opt,name=yet_yet_another_test_enum_default_dd,json=yetYetAnotherTestEnumDefaultDd,enum=test.YetYetAnotherTestEnum,def=1" json:"yet_yet_another_test_enum_default_dd,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *OnlyEnums) Reset() { *m = OnlyEnums{} }
|
||||
func (m *OnlyEnums) String() string { return proto.CompactTextString(m) }
|
||||
func (*OnlyEnums) ProtoMessage() {}
|
||||
func (*OnlyEnums) Descriptor() ([]byte, []int) { return fileDescriptorEnumcustomname, []int{0} }
|
||||
func (m *OnlyEnums) Reset() { *m = OnlyEnums{} }
|
||||
func (m *OnlyEnums) String() string { return proto.CompactTextString(m) }
|
||||
func (*OnlyEnums) ProtoMessage() {}
|
||||
func (*OnlyEnums) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumcustomname_d428393be9e73607, []int{0}
|
||||
}
|
||||
func (m *OnlyEnums) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_OnlyEnums.Unmarshal(m, b)
|
||||
}
|
||||
func (m *OnlyEnums) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_OnlyEnums.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *OnlyEnums) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_OnlyEnums.Merge(dst, src)
|
||||
}
|
||||
func (m *OnlyEnums) XXX_Size() int {
|
||||
return xxx_messageInfo_OnlyEnums.Size(m)
|
||||
}
|
||||
func (m *OnlyEnums) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_OnlyEnums.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_OnlyEnums proto.InternalMessageInfo
|
||||
|
||||
const Default_OnlyEnums_MyEnumDefaultA MyCustomEnum = MyCustomEnum_MyBetterNameA
|
||||
const Default_OnlyEnums_MyEnumDefaultB MyCustomEnum = MyCustomEnum_B
|
||||
@@ -270,9 +286,11 @@ func (x MyEnumWithEnumStringer) String() string {
|
||||
return strconv.Itoa(int(x))
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("enumcustomname.proto", fileDescriptorEnumcustomname) }
|
||||
func init() {
|
||||
proto.RegisterFile("enumcustomname.proto", fileDescriptor_enumcustomname_d428393be9e73607)
|
||||
}
|
||||
|
||||
var fileDescriptorEnumcustomname = []byte{
|
||||
var fileDescriptor_enumcustomname_d428393be9e73607 = []byte{
|
||||
// 551 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x4f, 0x8f, 0xd2, 0x40,
|
||||
0x18, 0xc6, 0x29, 0xba, 0x2c, 0x3b, 0x22, 0xe9, 0x4e, 0x14, 0x47, 0x30, 0x4d, 0xb3, 0x31, 0xc6,
|
||||
|
Reference in New Issue
Block a user