|
|
@ -33,7 +33,7 @@ type Chart struct {
|
|
|
|
Raw []*File `json:"-"`
|
|
|
|
Raw []*File `json:"-"`
|
|
|
|
// Metadata is the contents of the Chartfile.
|
|
|
|
// Metadata is the contents of the Chartfile.
|
|
|
|
Metadata *Metadata `json:"metadata"`
|
|
|
|
Metadata *Metadata `json:"metadata"`
|
|
|
|
// LocK is the contents of Chart.lock.
|
|
|
|
// Lock is the contents of Chart.lock.
|
|
|
|
Lock *Lock `json:"lock"`
|
|
|
|
Lock *Lock `json:"lock"`
|
|
|
|
// Templates for this chart.
|
|
|
|
// Templates for this chart.
|
|
|
|
Templates []*File `json:"templates"`
|
|
|
|
Templates []*File `json:"templates"`
|
|
|
|