Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepFactory ¶
type StepFactory interface {
NewStep(component v1alpha1.KymaComponent) Step
}
StepFactory defines contract for installation steps factory
func NewStepFactory ¶
func NewStepFactory(kymaPackage kymasources.KymaPackage, helmClient kymahelm.ClientInterface, overrideData overrides.OverrideData) (StepFactory, error)
NewStepFactory returns implementation of StepFactory implementation
Click to show internal directories.
Click to hide internal directories.