Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct {
// contains filtered or unexported fields
}
Chart implements the OCI interface for Chart API objects. API spec values are stored into the Repo, Name, and Version fields.
func NewChart ¶
func NewChart(name string, opts *action.ChartPathOptions) (*Chart, error)
NewChart is a helper method that returns NewLocalChart or NewRemoteChart depending on chart contents
func (*Chart) RawChartData ¶
Click to show internal directories.
Click to hide internal directories.