|
|
@ -31,7 +31,7 @@ import (
|
|
|
|
// ApiVersionV1 is the API version number for version 1.
|
|
|
|
// ApiVersionV1 is the API version number for version 1.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// This is ApiVersionV1 instead of APIVersionV1 to match the protobuf-generated name.
|
|
|
|
// This is ApiVersionV1 instead of APIVersionV1 to match the protobuf-generated name.
|
|
|
|
const ApiVersionV1 = "v1"
|
|
|
|
const ApiVersionV1 = "v1" // nolint
|
|
|
|
|
|
|
|
|
|
|
|
// UnmarshalChartfile takes raw Chart.yaml data and unmarshals it.
|
|
|
|
// UnmarshalChartfile takes raw Chart.yaml data and unmarshals it.
|
|
|
|
func UnmarshalChartfile(data []byte) (*chart.Metadata, error) {
|
|
|
|
func UnmarshalChartfile(data []byte) (*chart.Metadata, error) {
|
|
|
|