Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Mock ¶
func Mock(opts *MockChartOptions) *chart.Chart
Mock creates a mock chart object based on options set by MockChartOptions. This function should typically not be used outside of testing.
Types ¶
type Dependency ¶
type Dependency struct { *helmChart.Dependency // hypper specific IsOptional bool `json:"-"` }
Dependency is a composite type of Helm's chart.Dependency
func GetSharedDeps ¶
func GetSharedDeps(c *helmChart.Chart, logger log.Logger) ([]*Dependency, error)
GetSharedDeps returns a *[] of all shared and optional dependencies in a chart, read from annotations.
type MockChartOptions ¶
MockChartOptions allows for user-configurable options on mock chart objects.
Click to show internal directories.
Click to hide internal directories.