github.com/danielqsj/helm@v2.0.0-alpha.4.0.20160908204436-976e0ba5199b+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  	Dependency
    20  	Metadata
    21  	Template
    22  */
    23  package chart
    24  
    25  import proto "github.com/golang/protobuf/proto"
    26  import fmt "fmt"
    27  import math "math"
    28  import google_protobuf "github.com/golang/protobuf/ptypes/any"
    29  
    30  // Reference imports to suppress errors if they are not otherwise used.
    31  var _ = proto.Marshal
    32  var _ = fmt.Errorf
    33  var _ = math.Inf
    34  
    35  // This is a compile-time assertion to ensure that this generated file
    36  // is compatible with the proto package it is being compiled against.
    37  const _ = proto.ProtoPackageIsVersion1
    38  
    39  // 	Chart is a helm package that contains metadata, a default config, zero or more
    40  // 	optionally parameterizable templates, and zero or more charts (dependencies).
    41  type Chart struct {
    42  	// Contents of the Chartfile.
    43  	Metadata *Metadata `protobuf:"bytes,1,opt,name=metadata" json:"metadata,omitempty"`
    44  	// Templates for this chart.
    45  	Templates []*Template `protobuf:"bytes,2,rep,name=templates" json:"templates,omitempty"`
    46  	// Charts that this chart depends on.
    47  	Dependencies []*Chart `protobuf:"bytes,3,rep,name=dependencies" json:"dependencies,omitempty"`
    48  	// Default config for this template.
    49  	Values *Config `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
    50  	// Miscellaneous files in a chart archive,
    51  	// e.g. README, LICENSE, etc.
    52  	Files []*google_protobuf.Any `protobuf:"bytes,5,rep,name=files" json:"files,omitempty"`
    53  }
    54  
    55  func (m *Chart) Reset()                    { *m = Chart{} }
    56  func (m *Chart) String() string            { return proto.CompactTextString(m) }
    57  func (*Chart) ProtoMessage()               {}
    58  func (*Chart) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
    59  
    60  func (m *Chart) GetMetadata() *Metadata {
    61  	if m != nil {
    62  		return m.Metadata
    63  	}
    64  	return nil
    65  }
    66  
    67  func (m *Chart) GetTemplates() []*Template {
    68  	if m != nil {
    69  		return m.Templates
    70  	}
    71  	return nil
    72  }
    73  
    74  func (m *Chart) GetDependencies() []*Chart {
    75  	if m != nil {
    76  		return m.Dependencies
    77  	}
    78  	return nil
    79  }
    80  
    81  func (m *Chart) GetValues() *Config {
    82  	if m != nil {
    83  		return m.Values
    84  	}
    85  	return nil
    86  }
    87  
    88  func (m *Chart) GetFiles() []*google_protobuf.Any {
    89  	if m != nil {
    90  		return m.Files
    91  	}
    92  	return nil
    93  }
    94  
    95  func init() {
    96  	proto.RegisterType((*Chart)(nil), "hapi.chart.Chart")
    97  }
    98  
    99  var fileDescriptor0 = []byte{
   100  	// 239 bytes of a gzipped FileDescriptorProto
   101  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0xcb, 0x48, 0x2c, 0xc8,
   102  	0xd4, 0x4f, 0xce, 0x48, 0x2c, 0x2a, 0x81, 0x90, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x5c,
   103  	0x20, 0x71, 0x3d, 0xb0, 0x88, 0x94, 0x38, 0xb2, 0x9a, 0xfc, 0xbc, 0xb4, 0xcc, 0x74, 0x88, 0x22,
   104  	0x29, 0x49, 0x24, 0x89, 0xdc, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, 0x44, 0x2c, 0x52, 0x25, 0xa9,
   105  	0xb9, 0x05, 0x39, 0x89, 0x25, 0xa9, 0x30, 0xa9, 0xf4, 0xfc, 0xfc, 0xf4, 0x9c, 0x54, 0x7d, 0x30,
   106  	0x2f, 0xa9, 0x34, 0x4d, 0x3f, 0x31, 0xaf, 0x12, 0x22, 0xa5, 0xf4, 0x87, 0x91, 0x8b, 0xd5, 0x19,
   107  	0xa4, 0x47, 0xc8, 0x80, 0x8b, 0x03, 0x66, 0xa2, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x88,
   108  	0x1e, 0xc2, 0x49, 0x7a, 0xbe, 0x50, 0xb9, 0x20, 0xb8, 0x2a, 0x21, 0x23, 0x2e, 0x4e, 0x98, 0x45,
   109  	0xc5, 0x12, 0x4c, 0x0a, 0xcc, 0xe8, 0x5a, 0x42, 0xa0, 0x92, 0x41, 0x08, 0x65, 0x42, 0xa6, 0x5c,
   110  	0x3c, 0x29, 0xa9, 0x05, 0xa9, 0x79, 0x29, 0xa9, 0x79, 0xc9, 0x99, 0x40, 0x6d, 0xcc, 0x60, 0x6d,
   111  	0x82, 0xc8, 0xda, 0xc0, 0xce, 0x09, 0x42, 0x51, 0x26, 0xa4, 0xc5, 0xc5, 0x56, 0x96, 0x98, 0x53,
   112  	0x0a, 0xd4, 0xc0, 0x02, 0x76, 0x9a, 0x10, 0x8a, 0x06, 0x70, 0x08, 0x05, 0x41, 0x55, 0x00, 0xd5,
   113  	0xb2, 0xa6, 0x65, 0xe6, 0x00, 0x95, 0xb2, 0x42, 0x9d, 0x04, 0xf1, 0xbd, 0x1e, 0xcc, 0xf7, 0x7a,
   114  	0x8e, 0x79, 0x95, 0x41, 0x10, 0x25, 0x4e, 0xec, 0x51, 0xac, 0x60, 0x33, 0x92, 0xd8, 0xc0, 0xb2,
   115  	0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x70, 0x34, 0x75, 0x9e, 0x01, 0x00, 0x00,
   116  }