Bumping k8s dependencies to 1.13
This commit is contained in:
53
vendor/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go
generated
vendored
53
vendor/github.com/gogo/protobuf/vanity/test/faster/proto3.pb.go
generated
vendored
@@ -1,15 +1,6 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: proto3.proto
|
||||
|
||||
/*
|
||||
Package vanity is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
proto3.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Aproto3
|
||||
*/
|
||||
package vanity
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
@@ -30,13 +21,43 @@ var _ = math.Inf
|
||||
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
type Aproto3 struct {
|
||||
B string `protobuf:"bytes,1,opt,name=B,proto3" json:"B,omitempty"`
|
||||
B string `protobuf:"bytes,1,opt,name=B,proto3" json:"B,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Aproto3) Reset() { *m = Aproto3{} }
|
||||
func (m *Aproto3) String() string { return proto.CompactTextString(m) }
|
||||
func (*Aproto3) ProtoMessage() {}
|
||||
func (*Aproto3) Descriptor() ([]byte, []int) { return fileDescriptorProto3, []int{0} }
|
||||
func (m *Aproto3) Reset() { *m = Aproto3{} }
|
||||
func (m *Aproto3) String() string { return proto.CompactTextString(m) }
|
||||
func (*Aproto3) ProtoMessage() {}
|
||||
func (*Aproto3) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_proto3_efd1bbd2b7dd033b, []int{0}
|
||||
}
|
||||
func (m *Aproto3) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
}
|
||||
func (m *Aproto3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
if deterministic {
|
||||
return xxx_messageInfo_Aproto3.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 *Aproto3) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Aproto3.Merge(dst, src)
|
||||
}
|
||||
func (m *Aproto3) XXX_Size() int {
|
||||
return m.Size()
|
||||
}
|
||||
func (m *Aproto3) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Aproto3.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Aproto3 proto.InternalMessageInfo
|
||||
|
||||
func (m *Aproto3) GetB() string {
|
||||
if m != nil {
|
||||
@@ -288,9 +309,9 @@ var (
|
||||
ErrIntOverflowProto3 = fmt.Errorf("proto: integer overflow")
|
||||
)
|
||||
|
||||
func init() { proto.RegisterFile("proto3.proto", fileDescriptorProto3) }
|
||||
func init() { proto.RegisterFile("proto3.proto", fileDescriptor_proto3_efd1bbd2b7dd033b) }
|
||||
|
||||
var fileDescriptorProto3 = []byte{
|
||||
var fileDescriptor_proto3_efd1bbd2b7dd033b = []byte{
|
||||
// 87 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x29, 0x28, 0xca, 0x2f,
|
||||
0xc9, 0x37, 0xd6, 0x03, 0x53, 0x42, 0x6c, 0x65, 0x89, 0x79, 0x99, 0x25, 0x95, 0x4a, 0xe2, 0x5c,
|
||||
|
||||
Reference in New Issue
Block a user