github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/pkg/proto/hapi/chart/chart.pb.go (about)

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