Documentation ¶
Index ¶
Constants ¶
View Source
const EmptyArgs string = ""
EmptyArgs .
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandExecutor ¶
type CommandExecutor interface { // RunCommand . RunCommand(execPath string, execArgs ...string) error }
CommandExecutor .
type InstallationDataCreator ¶
type InstallationDataCreator struct {
// contains filtered or unexported fields
}
InstallationDataCreator .
func NewInstallationDataCreator ¶
func NewInstallationDataCreator() *InstallationDataCreator
NewInstallationDataCreator return new instance of InstallationDataCreator
func (*InstallationDataCreator) GetData ¶
func (sc *InstallationDataCreator) GetData() (config.InstallationData, map[string]string)
GetData returns InstallationData created by InstallationDataCreator
func (*InstallationDataCreator) WithGeneric ¶
func (sc *InstallationDataCreator) WithGeneric(key, value string) *InstallationDataCreator
WithGeneric sets generic property in InstallationData
type KymaCommandExecutor ¶
type KymaCommandExecutor struct { }
KymaCommandExecutor .
func (*KymaCommandExecutor) RunCommand ¶
func (kymaBashExecutor *KymaCommandExecutor) RunCommand(execPath string, execArgs ...string) error
RunCommand .
Click to show internal directories.
Click to hide internal directories.