github.com/koderover/helm@v2.17.0+incompatible/pkg/proto/hapi/release/release.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: hapi/release/release.proto 3 4 package release 5 6 import proto "github.com/golang/protobuf/proto" 7 import fmt "fmt" 8 import math "math" 9 import chart "k8s.io/helm/pkg/proto/hapi/chart" 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 // Release describes a deployment of a chart, together with the chart 23 // and the variables used to deploy that chart. 24 type Release struct { 25 // Name is the name of the release 26 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 27 // Info provides information about a release 28 Info *Info `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"` 29 // Chart is the chart that was released. 30 Chart *chart.Chart `protobuf:"bytes,3,opt,name=chart,proto3" json:"chart,omitempty"` 31 // Config is the set of extra Values added to the chart. 32 // These values override the default values inside of the chart. 33 Config *chart.Config `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` 34 // Manifest is the string representation of the rendered template. 35 Manifest string `protobuf:"bytes,5,opt,name=manifest,proto3" json:"manifest,omitempty"` 36 // Hooks are all of the hooks declared for this release. 37 Hooks []*Hook `protobuf:"bytes,6,rep,name=hooks,proto3" json:"hooks,omitempty"` 38 // Version is an int32 which represents the version of the release. 39 Version int32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"` 40 // Namespace is the kubernetes namespace of the release. 41 Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` 42 XXX_NoUnkeyedLiteral struct{} `json:"-"` 43 XXX_unrecognized []byte `json:"-"` 44 XXX_sizecache int32 `json:"-"` 45 } 46 47 func (m *Release) Reset() { *m = Release{} } 48 func (m *Release) String() string { return proto.CompactTextString(m) } 49 func (*Release) ProtoMessage() {} 50 func (*Release) Descriptor() ([]byte, []int) { 51 return fileDescriptor_release_fa600adfb1fffc82, []int{0} 52 } 53 func (m *Release) XXX_Unmarshal(b []byte) error { 54 return xxx_messageInfo_Release.Unmarshal(m, b) 55 } 56 func (m *Release) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 57 return xxx_messageInfo_Release.Marshal(b, m, deterministic) 58 } 59 func (dst *Release) XXX_Merge(src proto.Message) { 60 xxx_messageInfo_Release.Merge(dst, src) 61 } 62 func (m *Release) XXX_Size() int { 63 return xxx_messageInfo_Release.Size(m) 64 } 65 func (m *Release) XXX_DiscardUnknown() { 66 xxx_messageInfo_Release.DiscardUnknown(m) 67 } 68 69 var xxx_messageInfo_Release proto.InternalMessageInfo 70 71 func (m *Release) GetName() string { 72 if m != nil { 73 return m.Name 74 } 75 return "" 76 } 77 78 func (m *Release) GetInfo() *Info { 79 if m != nil { 80 return m.Info 81 } 82 return nil 83 } 84 85 func (m *Release) GetChart() *chart.Chart { 86 if m != nil { 87 return m.Chart 88 } 89 return nil 90 } 91 92 func (m *Release) GetConfig() *chart.Config { 93 if m != nil { 94 return m.Config 95 } 96 return nil 97 } 98 99 func (m *Release) GetManifest() string { 100 if m != nil { 101 return m.Manifest 102 } 103 return "" 104 } 105 106 func (m *Release) GetHooks() []*Hook { 107 if m != nil { 108 return m.Hooks 109 } 110 return nil 111 } 112 113 func (m *Release) GetVersion() int32 { 114 if m != nil { 115 return m.Version 116 } 117 return 0 118 } 119 120 func (m *Release) GetNamespace() string { 121 if m != nil { 122 return m.Namespace 123 } 124 return "" 125 } 126 127 func init() { 128 proto.RegisterType((*Release)(nil), "hapi.release.Release") 129 } 130 131 func init() { proto.RegisterFile("hapi/release/release.proto", fileDescriptor_release_fa600adfb1fffc82) } 132 133 var fileDescriptor_release_fa600adfb1fffc82 = []byte{ 134 // 256 bytes of a gzipped FileDescriptorProto 135 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xbf, 0x4e, 0xc3, 0x40, 136 0x0c, 0xc6, 0x95, 0x36, 0x7f, 0x1a, 0xc3, 0x82, 0x07, 0xb0, 0x22, 0x86, 0x88, 0x01, 0x22, 0x86, 137 0x54, 0x82, 0x37, 0x80, 0x05, 0xd6, 0x1b, 0xd9, 0x8e, 0xe8, 0x42, 0x4e, 0xa5, 0xe7, 0x28, 0x17, 138 0xf1, 0x2c, 0x3c, 0x2e, 0xba, 0x3f, 0x85, 0x94, 0x2e, 0x4e, 0xec, 0xdf, 0xa7, 0xcf, 0xdf, 0x19, 139 0xaa, 0x41, 0x8e, 0x7a, 0x3b, 0xa9, 0x4f, 0x25, 0xad, 0x3a, 0x7c, 0xdb, 0x71, 0xe2, 0x99, 0xf1, 140 0xdc, 0xb1, 0x36, 0xce, 0xaa, 0xab, 0x23, 0xe5, 0xc0, 0xbc, 0x0b, 0xb2, 0x7f, 0x40, 0x9b, 0x9e, 141 0x8f, 0x40, 0x37, 0xc8, 0x69, 0xde, 0x76, 0x6c, 0x7a, 0xfd, 0x11, 0xc1, 0xe5, 0x12, 0xb8, 0x1a, 142 0xe6, 0x37, 0xdf, 0x2b, 0x28, 0x44, 0xf0, 0x41, 0x84, 0xd4, 0xc8, 0xbd, 0xa2, 0xa4, 0x4e, 0x9a, 143 0x52, 0xf8, 0x7f, 0xbc, 0x85, 0xd4, 0xd9, 0xd3, 0xaa, 0x4e, 0x9a, 0xb3, 0x07, 0x6c, 0x97, 0xf9, 144 0xda, 0x57, 0xd3, 0xb3, 0xf0, 0x1c, 0xef, 0x20, 0xf3, 0xb6, 0xb4, 0xf6, 0xc2, 0x8b, 0x20, 0x0c, 145 0x9b, 0x9e, 0x5d, 0x15, 0x81, 0xe3, 0x3d, 0xe4, 0x21, 0x18, 0xa5, 0x4b, 0xcb, 0xa8, 0xf4, 0x44, 146 0x44, 0x05, 0x56, 0xb0, 0xd9, 0x4b, 0xa3, 0x7b, 0x65, 0x67, 0xca, 0x7c, 0xa8, 0xdf, 0x1e, 0x1b, 147 0xc8, 0xdc, 0x41, 0x2c, 0xe5, 0xf5, 0xfa, 0x34, 0xd9, 0x0b, 0xf3, 0x4e, 0x04, 0x01, 0x12, 0x14, 148 0x5f, 0x6a, 0xb2, 0x9a, 0x0d, 0x15, 0x75, 0xd2, 0x64, 0xe2, 0xd0, 0xe2, 0x35, 0x94, 0xee, 0x91, 149 0x76, 0x94, 0x9d, 0xa2, 0x8d, 0x5f, 0xf0, 0x37, 0x78, 0x2a, 0xdf, 0x8a, 0x68, 0xf7, 0x9e, 0xfb, 150 0x63, 0x3d, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x8f, 0xec, 0x97, 0xbb, 0x01, 0x00, 0x00, 151 }