|
|
|
// Code generated by protoc-gen-go.
|
|
|
|
// source: hapi/chart/chart.proto
|
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
/*
|
|
|
|
Package chart is a generated protocol buffer package.
|
|
|
|
|
|
|
|
It is generated from these files:
|
|
|
|
hapi/chart/chart.proto
|
|
|
|
hapi/chart/config.proto
|
|
|
|
hapi/chart/metadata.proto
|
|
|
|
hapi/chart/template.proto
|
|
|
|
|
|
|
|
It has these top-level messages:
|
|
|
|
Chart
|
|
|
|
Config
|
|
|
|
Value
|
|
|
|
Maintainer
|
|
|
|
Metadata
|
|
|
|
Template
|
|
|
|
*/
|
|
|
|
package chart
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
const _ = proto.ProtoPackageIsVersion1
|
|
|
|
|
|
|
|
// Chart is a helm package that contains metadata, a default config, zero or more
|
|
|
|
// optionally parameterizable templates, and zero or more charts (dependencies).
|
|
|
|
type Chart struct {
|
|
|
|
// Contents of the Chartfile.
|
|
|
|
Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"`
|
|
|
|
// Templates for this chart.
|
|
|
|
Templates []*Template `protobuf:"bytes,2,rep,name=templates" json:"templates,omitempty"`
|
|
|
|
// Charts that this chart depends on.
|
|
|
|
Dependencies []*Chart `protobuf:"bytes,3,rep,name=dependencies" json:"dependencies,omitempty"`
|
|
|
|
// Default config for this template.
|
|
|
|
Values *Config `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
|
|
|
|
// License is the text of the LICENSE file, if included.
|
|
|
|
License string `protobuf:"bytes,5,opt,name=license" json:"license,omitempty"`
|
|
|
|
// Readme is the text of the README.md file, if included.
|
|
|
|
Readme string `protobuf:"bytes,6,opt,name=readme" json:"readme,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Chart) Reset() { *m = Chart{} }
|
|
|
|
func (m *Chart) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Chart) ProtoMessage() {}
|
|
|
|
func (*Chart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
|
|
|
|
|
func (m *Chart) GetMetadata() *Metadata {
|
|
|
|
if m != nil {
|
|
|
|
return m.Metadata
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Chart) GetTemplates() []*Template {
|
|
|
|
if m != nil {
|
|
|
|
return m.Templates
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Chart) GetDependencies() []*Chart {
|
|
|
|
if m != nil {
|
|
|
|
return m.Dependencies
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Chart) GetValues() *Config {
|
|
|
|
if m != nil {
|
|
|
|
return m.Values
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*Chart)(nil), "hapi.chart.Chart")
|
|
|
|
}
|
|
|
|
|
|
|
|
var fileDescriptor0 = []byte{
|
|
|
|
// 232 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x48, 0x2c, 0xc8,
|
|
|
|
0xd4, 0x4f, 0xce, 0x48, 0x2c, 0x2a, 0x81, 0x90, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x5c,
|
|
|
|
0x20, 0x71, 0x3d, 0xb0, 0x88, 0x94, 0x38, 0xb2, 0x9a, 0xfc, 0xbc, 0xb4, 0xcc, 0x74, 0x88, 0x22,
|
|
|
|
0x29, 0x49, 0x24, 0x89, 0xdc, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, 0x44, 0x2c, 0x52, 0x25, 0xa9,
|
|
|
|
0xb9, 0x05, 0x39, 0x89, 0x25, 0xa9, 0x10, 0x29, 0xa5, 0x26, 0x26, 0x2e, 0x56, 0x67, 0x90, 0x84,
|
|
|
|
0x90, 0x01, 0x17, 0x07, 0x4c, 0x9b, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x88, 0x1e, 0xc2,
|
|
|
|
0x5e, 0x3d, 0x5f, 0xa8, 0x5c, 0x10, 0x5c, 0x95, 0x90, 0x11, 0x17, 0x27, 0xcc, 0xb4, 0x62, 0x09,
|
|
|
|
0x26, 0x05, 0x66, 0x74, 0x2d, 0x21, 0x50, 0xc9, 0x20, 0x84, 0x32, 0x21, 0x53, 0x2e, 0x9e, 0x94,
|
|
|
|
0xd4, 0x82, 0xd4, 0xbc, 0x94, 0xd4, 0xbc, 0xe4, 0x4c, 0xa0, 0x36, 0x66, 0xb0, 0x36, 0x41, 0x64,
|
|
|
|
0x6d, 0x60, 0xe7, 0x04, 0xa1, 0x28, 0x13, 0xd2, 0xe2, 0x62, 0x2b, 0x4b, 0xcc, 0x29, 0x05, 0x6a,
|
|
|
|
0x60, 0x01, 0x3b, 0x4d, 0x08, 0x45, 0x03, 0x38, 0x18, 0x82, 0xa0, 0x2a, 0x84, 0x24, 0xb8, 0xd8,
|
|
|
|
0x73, 0x32, 0x93, 0x53, 0xf3, 0x8a, 0x53, 0x25, 0x58, 0x81, 0x8a, 0x39, 0x83, 0x60, 0x5c, 0x21,
|
|
|
|
0x31, 0x2e, 0xb6, 0xa2, 0xd4, 0xc4, 0x94, 0xdc, 0x54, 0x09, 0x36, 0xb0, 0x04, 0x94, 0xe7, 0xc4,
|
|
|
|
0x1e, 0xc5, 0x0a, 0x36, 0x29, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff,
|
|
|
|
0xf4, 0x06, 0xe5, 0x14, 0x89, 0x01, 0x00, 0x00,
|
|
|
|
}
|