github.com/koderover/helm@v2.17.0+incompatible/pkg/proto/hapi/chart/chart.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: hapi/chart/chart.proto 3 4 package chart 5 6 import proto "github.com/golang/protobuf/proto" 7 import fmt "fmt" 8 import math "math" 9 import any "github.com/golang/protobuf/ptypes/any" 10 11 // Reference imports to suppress errors if they are not otherwise used. 12 var _ = proto.Marshal 13 var _ = fmt.Errorf 14 var _ = math.Inf 15 16 // This is a compile-time assertion to ensure that this generated file 17 // is compatible with the proto package it is being compiled against. 18 // A compilation error at this line likely means your copy of the 19 // proto package needs to be updated. 20 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package 21 22 // Chart is a helm package that contains metadata, a default config, zero or more 23 // optionally parameterizable templates, and zero or more charts (dependencies). 24 type Chart struct { 25 // Contents of the Chartfile. 26 Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` 27 // Templates for this chart. 28 Templates []*Template `protobuf:"bytes,2,rep,name=templates,proto3" json:"templates,omitempty"` 29 // Charts that this chart depends on. 30 Dependencies []*Chart `protobuf:"bytes,3,rep,name=dependencies,proto3" json:"dependencies,omitempty"` 31 // Default config for this template. 32 Values *Config `protobuf:"bytes,4,opt,name=values,proto3" json:"values,omitempty"` 33 // Miscellaneous files in a chart archive, 34 // e.g. README, LICENSE, etc. 35 Files []*any.Any `protobuf:"bytes,5,rep,name=files,proto3" json:"files,omitempty"` 36 XXX_NoUnkeyedLiteral struct{} `json:"-"` 37 XXX_unrecognized []byte `json:"-"` 38 XXX_sizecache int32 `json:"-"` 39 } 40 41 func (m *Chart) Reset() { *m = Chart{} } 42 func (m *Chart) String() string { return proto.CompactTextString(m) } 43 func (*Chart) ProtoMessage() {} 44 func (*Chart) Descriptor() ([]byte, []int) { 45 return fileDescriptor_chart_3948302f7486cf3d, []int{0} 46 } 47 func (m *Chart) XXX_Unmarshal(b []byte) error { 48 return xxx_messageInfo_Chart.Unmarshal(m, b) 49 } 50 func (m *Chart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 51 return xxx_messageInfo_Chart.Marshal(b, m, deterministic) 52 } 53 func (dst *Chart) XXX_Merge(src proto.Message) { 54 xxx_messageInfo_Chart.Merge(dst, src) 55 } 56 func (m *Chart) XXX_Size() int { 57 return xxx_messageInfo_Chart.Size(m) 58 } 59 func (m *Chart) XXX_DiscardUnknown() { 60 xxx_messageInfo_Chart.DiscardUnknown(m) 61 } 62 63 var xxx_messageInfo_Chart proto.InternalMessageInfo 64 65 func (m *Chart) GetMetadata() *Metadata { 66 if m != nil { 67 return m.Metadata 68 } 69 return nil 70 } 71 72 func (m *Chart) GetTemplates() []*Template { 73 if m != nil { 74 return m.Templates 75 } 76 return nil 77 } 78 79 func (m *Chart) GetDependencies() []*Chart { 80 if m != nil { 81 return m.Dependencies 82 } 83 return nil 84 } 85 86 func (m *Chart) GetValues() *Config { 87 if m != nil { 88 return m.Values 89 } 90 return nil 91 } 92 93 func (m *Chart) GetFiles() []*any.Any { 94 if m != nil { 95 return m.Files 96 } 97 return nil 98 } 99 100 func init() { 101 proto.RegisterType((*Chart)(nil), "hapi.chart.Chart") 102 } 103 104 func init() { proto.RegisterFile("hapi/chart/chart.proto", fileDescriptor_chart_3948302f7486cf3d) } 105 106 var fileDescriptor_chart_3948302f7486cf3d = []byte{ 107 // 242 bytes of a gzipped FileDescriptorProto 108 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, 109 0x10, 0x86, 0x15, 0x4a, 0x0a, 0x1c, 0x2c, 0x58, 0x08, 0x4c, 0xa7, 0x8a, 0x09, 0x75, 0x70, 0x50, 110 0x11, 0x0f, 0x00, 0xcc, 0x2c, 0x16, 0x13, 0xdb, 0xb5, 0xb9, 0xa4, 0x91, 0x52, 0x3b, 0xaa, 0x5d, 111 0xa4, 0xbe, 0x3b, 0x03, 0xea, 0xd9, 0xa6, 0x09, 0xea, 0x12, 0x29, 0xf7, 0x7d, 0xff, 0xe5, 0xbf, 112 0xc0, 0xed, 0x0a, 0xbb, 0xa6, 0x58, 0xae, 0x70, 0xe3, 0xc3, 0x53, 0x75, 0x1b, 0xeb, 0xad, 0x80, 113 0xfd, 0x5c, 0xf1, 0x64, 0x72, 0xd7, 0x77, 0xac, 0xa9, 0x9a, 0x3a, 0x48, 0x93, 0xfb, 0x1e, 0x58, 114 0x93, 0xc7, 0x12, 0x3d, 0x1e, 0x41, 0x9e, 0xd6, 0x5d, 0x8b, 0x9e, 0x12, 0xaa, 0xad, 0xad, 0x5b, 115 0x2a, 0xf8, 0x6d, 0xb1, 0xad, 0x0a, 0x34, 0xbb, 0x80, 0x1e, 0x7e, 0x32, 0xc8, 0xdf, 0xf7, 0x19, 116 0xf1, 0x04, 0xe7, 0x69, 0xa3, 0xcc, 0xa6, 0xd9, 0xe3, 0xe5, 0xfc, 0x46, 0x1d, 0x2a, 0xa9, 0x8f, 117 0xc8, 0xf4, 0x9f, 0x25, 0xe6, 0x70, 0x91, 0x3e, 0xe4, 0xe4, 0xc9, 0x74, 0xf4, 0x3f, 0xf2, 0x19, 118 0xa1, 0x3e, 0x68, 0xe2, 0x05, 0xae, 0x4a, 0xea, 0xc8, 0x94, 0x64, 0x96, 0x0d, 0x39, 0x39, 0xe2, 119 0xd8, 0x75, 0x3f, 0xc6, 0x75, 0xf4, 0x40, 0x13, 0x33, 0x18, 0x7f, 0x63, 0xbb, 0x25, 0x27, 0x4f, 120 0xb9, 0x9a, 0x18, 0x04, 0xf8, 0x0f, 0xe9, 0x68, 0x88, 0x19, 0xe4, 0x55, 0xd3, 0x92, 0x93, 0x79, 121 0xac, 0x14, 0xae, 0x57, 0xe9, 0x7a, 0xf5, 0x6a, 0x76, 0x3a, 0x28, 0x6f, 0x67, 0x5f, 0x39, 0xef, 122 0x58, 0x8c, 0x99, 0x3e, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x70, 0x34, 0x75, 0x9e, 0x01, 123 0x00, 0x00, 124 }