Bumping k8s dependencies to 1.13
This commit is contained in:
156
vendor/github.com/gogo/protobuf/test/enumstringer/enumstringer.pb.go
generated
vendored
156
vendor/github.com/gogo/protobuf/test/enumstringer/enumstringer.pb.go
generated
vendored
@@ -1,18 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: enumstringer.proto
|
||||
|
||||
/*
|
||||
Package enumstringer is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
enumstringer.proto
|
||||
|
||||
It has these top-level messages:
|
||||
NidOptEnum
|
||||
NinOptEnum
|
||||
NidRepEnum
|
||||
NinRepEnum
|
||||
*/
|
||||
package enumstringer
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -68,17 +56,40 @@ func (x *TheTestEnum) UnmarshalJSON(data []byte) error {
|
||||
*x = TheTestEnum(value)
|
||||
return nil
|
||||
}
|
||||
func (TheTestEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptorEnumstringer, []int{0} }
|
||||
|
||||
type NidOptEnum struct {
|
||||
Field1 TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
func (TheTestEnum) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumstringer_cc4e1499449a36f3, []int{0}
|
||||
}
|
||||
|
||||
func (m *NidOptEnum) Reset() { *m = NidOptEnum{} }
|
||||
func (m *NidOptEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NidOptEnum) ProtoMessage() {}
|
||||
func (*NidOptEnum) Descriptor() ([]byte, []int) { return fileDescriptorEnumstringer, []int{0} }
|
||||
type NidOptEnum struct {
|
||||
Field1 TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *NidOptEnum) Reset() { *m = NidOptEnum{} }
|
||||
func (m *NidOptEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NidOptEnum) ProtoMessage() {}
|
||||
func (*NidOptEnum) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumstringer_cc4e1499449a36f3, []int{0}
|
||||
}
|
||||
func (m *NidOptEnum) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_NidOptEnum.Unmarshal(m, b)
|
||||
}
|
||||
func (m *NidOptEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_NidOptEnum.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *NidOptEnum) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_NidOptEnum.Merge(dst, src)
|
||||
}
|
||||
func (m *NidOptEnum) XXX_Size() int {
|
||||
return xxx_messageInfo_NidOptEnum.Size(m)
|
||||
}
|
||||
func (m *NidOptEnum) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_NidOptEnum.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_NidOptEnum proto.InternalMessageInfo
|
||||
|
||||
func (m *NidOptEnum) GetField1() TheTestEnum {
|
||||
if m != nil {
|
||||
@@ -88,14 +99,35 @@ func (m *NidOptEnum) GetField1() TheTestEnum {
|
||||
}
|
||||
|
||||
type NinOptEnum struct {
|
||||
Field1 *TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Field1 *TheTestEnum `protobuf:"varint,1,opt,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *NinOptEnum) Reset() { *m = NinOptEnum{} }
|
||||
func (m *NinOptEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NinOptEnum) ProtoMessage() {}
|
||||
func (*NinOptEnum) Descriptor() ([]byte, []int) { return fileDescriptorEnumstringer, []int{1} }
|
||||
func (m *NinOptEnum) Reset() { *m = NinOptEnum{} }
|
||||
func (m *NinOptEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NinOptEnum) ProtoMessage() {}
|
||||
func (*NinOptEnum) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumstringer_cc4e1499449a36f3, []int{1}
|
||||
}
|
||||
func (m *NinOptEnum) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_NinOptEnum.Unmarshal(m, b)
|
||||
}
|
||||
func (m *NinOptEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_NinOptEnum.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *NinOptEnum) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_NinOptEnum.Merge(dst, src)
|
||||
}
|
||||
func (m *NinOptEnum) XXX_Size() int {
|
||||
return xxx_messageInfo_NinOptEnum.Size(m)
|
||||
}
|
||||
func (m *NinOptEnum) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_NinOptEnum.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_NinOptEnum proto.InternalMessageInfo
|
||||
|
||||
func (m *NinOptEnum) GetField1() TheTestEnum {
|
||||
if m != nil && m.Field1 != nil {
|
||||
@@ -105,14 +137,35 @@ func (m *NinOptEnum) GetField1() TheTestEnum {
|
||||
}
|
||||
|
||||
type NidRepEnum struct {
|
||||
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *NidRepEnum) Reset() { *m = NidRepEnum{} }
|
||||
func (m *NidRepEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NidRepEnum) ProtoMessage() {}
|
||||
func (*NidRepEnum) Descriptor() ([]byte, []int) { return fileDescriptorEnumstringer, []int{2} }
|
||||
func (m *NidRepEnum) Reset() { *m = NidRepEnum{} }
|
||||
func (m *NidRepEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NidRepEnum) ProtoMessage() {}
|
||||
func (*NidRepEnum) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumstringer_cc4e1499449a36f3, []int{2}
|
||||
}
|
||||
func (m *NidRepEnum) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_NidRepEnum.Unmarshal(m, b)
|
||||
}
|
||||
func (m *NidRepEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_NidRepEnum.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *NidRepEnum) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_NidRepEnum.Merge(dst, src)
|
||||
}
|
||||
func (m *NidRepEnum) XXX_Size() int {
|
||||
return xxx_messageInfo_NidRepEnum.Size(m)
|
||||
}
|
||||
func (m *NidRepEnum) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_NidRepEnum.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_NidRepEnum proto.InternalMessageInfo
|
||||
|
||||
func (m *NidRepEnum) GetField1() []TheTestEnum {
|
||||
if m != nil {
|
||||
@@ -122,14 +175,35 @@ func (m *NidRepEnum) GetField1() []TheTestEnum {
|
||||
}
|
||||
|
||||
type NinRepEnum struct {
|
||||
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
Field1 []TheTestEnum `protobuf:"varint,1,rep,name=Field1,enum=enumstringer.TheTestEnum" json:"Field1,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *NinRepEnum) Reset() { *m = NinRepEnum{} }
|
||||
func (m *NinRepEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NinRepEnum) ProtoMessage() {}
|
||||
func (*NinRepEnum) Descriptor() ([]byte, []int) { return fileDescriptorEnumstringer, []int{3} }
|
||||
func (m *NinRepEnum) Reset() { *m = NinRepEnum{} }
|
||||
func (m *NinRepEnum) String() string { return proto.CompactTextString(m) }
|
||||
func (*NinRepEnum) ProtoMessage() {}
|
||||
func (*NinRepEnum) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_enumstringer_cc4e1499449a36f3, []int{3}
|
||||
}
|
||||
func (m *NinRepEnum) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_NinRepEnum.Unmarshal(m, b)
|
||||
}
|
||||
func (m *NinRepEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_NinRepEnum.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *NinRepEnum) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_NinRepEnum.Merge(dst, src)
|
||||
}
|
||||
func (m *NinRepEnum) XXX_Size() int {
|
||||
return xxx_messageInfo_NinRepEnum.Size(m)
|
||||
}
|
||||
func (m *NinRepEnum) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_NinRepEnum.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_NinRepEnum proto.InternalMessageInfo
|
||||
|
||||
func (m *NinRepEnum) GetField1() []TheTestEnum {
|
||||
if m != nil {
|
||||
@@ -541,9 +615,9 @@ func encodeVarintPopulateEnumstringer(dAtA []byte, v uint64) []byte {
|
||||
return dAtA
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("enumstringer.proto", fileDescriptorEnumstringer) }
|
||||
func init() { proto.RegisterFile("enumstringer.proto", fileDescriptor_enumstringer_cc4e1499449a36f3) }
|
||||
|
||||
var fileDescriptorEnumstringer = []byte{
|
||||
var fileDescriptor_enumstringer_cc4e1499449a36f3 = []byte{
|
||||
// 208 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4a, 0xcd, 0x2b, 0xcd,
|
||||
0x2d, 0x2e, 0x29, 0xca, 0xcc, 0x4b, 0x4f, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2,
|
||||
|
Reference in New Issue
Block a user