Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { Name string Namespace string Status string ChartDir string Overrides map[string]interface{} HelmClient helm.ClientInterface }
func NewComponent ¶
func NewComponent(name, namespace, chartDir string, overrides map[string]interface{}, helmClient helm.ClientInterface) *Component
func (*Component) InstallComponent ¶
func (*Component) UninstallComponent ¶
type ComponentInstallation ¶
type ComponentsProvider ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewComponents ¶
func NewComponents(overridesProvider overrides.OverridesProvider, path string, componentListYaml string) *Provider
func (*Provider) GetComponents ¶
Click to show internal directories.
Click to hide internal directories.