github.com/koderover/helm@v2.17.0+incompatible/pkg/proto/hapi/chart/template.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: hapi/chart/template.proto 3 4 package chart 5 6 import proto "github.com/golang/protobuf/proto" 7 import fmt "fmt" 8 import math "math" 9 10 // Reference imports to suppress errors if they are not otherwise used. 11 var _ = proto.Marshal 12 var _ = fmt.Errorf 13 var _ = math.Inf 14 15 // This is a compile-time assertion to ensure that this generated file 16 // is compatible with the proto package it is being compiled against. 17 // A compilation error at this line likely means your copy of the 18 // proto package needs to be updated. 19 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package 20 21 // Template represents a template as a name/value pair. 22 // 23 // By convention, name is a relative path within the scope of the chart's 24 // base directory. 25 type Template struct { 26 // Name is the path-like name of the template. 27 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 28 // Data is the template as byte data. 29 Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` 30 XXX_NoUnkeyedLiteral struct{} `json:"-"` 31 XXX_unrecognized []byte `json:"-"` 32 XXX_sizecache int32 `json:"-"` 33 } 34 35 func (m *Template) Reset() { *m = Template{} } 36 func (m *Template) String() string { return proto.CompactTextString(m) } 37 func (*Template) ProtoMessage() {} 38 func (*Template) Descriptor() ([]byte, []int) { 39 return fileDescriptor_template_926c98477d6df5e9, []int{0} 40 } 41 func (m *Template) XXX_Unmarshal(b []byte) error { 42 return xxx_messageInfo_Template.Unmarshal(m, b) 43 } 44 func (m *Template) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 45 return xxx_messageInfo_Template.Marshal(b, m, deterministic) 46 } 47 func (dst *Template) XXX_Merge(src proto.Message) { 48 xxx_messageInfo_Template.Merge(dst, src) 49 } 50 func (m *Template) XXX_Size() int { 51 return xxx_messageInfo_Template.Size(m) 52 } 53 func (m *Template) XXX_DiscardUnknown() { 54 xxx_messageInfo_Template.DiscardUnknown(m) 55 } 56 57 var xxx_messageInfo_Template proto.InternalMessageInfo 58 59 func (m *Template) GetName() string { 60 if m != nil { 61 return m.Name 62 } 63 return "" 64 } 65 66 func (m *Template) GetData() []byte { 67 if m != nil { 68 return m.Data 69 } 70 return nil 71 } 72 73 func init() { 74 proto.RegisterType((*Template)(nil), "hapi.chart.Template") 75 } 76 77 func init() { proto.RegisterFile("hapi/chart/template.proto", fileDescriptor_template_926c98477d6df5e9) } 78 79 var fileDescriptor_template_926c98477d6df5e9 = []byte{ 80 // 107 bytes of a gzipped FileDescriptorProto 81 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0xcc, 0x48, 0x2c, 0xc8, 82 0xd4, 0x4f, 0xce, 0x48, 0x2c, 0x2a, 0xd1, 0x2f, 0x49, 0xcd, 0x2d, 0xc8, 0x49, 0x2c, 0x49, 0xd5, 83 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x02, 0x49, 0xe9, 0x81, 0xa5, 0x94, 0x8c, 0xb8, 0x38, 84 0x42, 0xa0, 0xb2, 0x42, 0x42, 0x5c, 0x2c, 0x79, 0x89, 0xb9, 0xa9, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 85 0x9c, 0x41, 0x60, 0x36, 0x48, 0x2c, 0x25, 0xb1, 0x24, 0x51, 0x82, 0x49, 0x81, 0x51, 0x83, 0x27, 86 0x08, 0xcc, 0x76, 0x62, 0x8f, 0x62, 0x05, 0x6b, 0x4e, 0x62, 0x03, 0x9b, 0x67, 0x0c, 0x08, 0x00, 87 0x00, 0xff, 0xff, 0x53, 0xee, 0x0e, 0x67, 0x6c, 0x00, 0x00, 0x00, 88 }