kymainstallation

package
v0.0.0-...-affaa53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Step

type Step interface {
	Run() error
	Status() (string, error)
	ToString() string
}

Step represents contract for installation step

type StepFactory

type StepFactory interface {
	NewStep(component v1alpha1.KymaComponent) Step
}

StepFactory defines contract for installation steps factory

func NewInstallStepFactory

func NewInstallStepFactory(chartsDirPath string, helmClient kymahelm.ClientInterface, overrideData overrides.OverrideData) (StepFactory, error)

NewInstallStepFactory returns implementation of StepFactory interface used to install or upgrade Kyma

func NewUninstallStepFactory

func NewUninstallStepFactory(helmClient kymahelm.ClientInterface) (StepFactory, error)

NewUninstallStepFactory returns implementation of StepFactory interface used to uninstall Kyma

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL