Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const EmptyArgs + type CommandExecutor interface + RunBashCommand func(scriptPath string, execArgs ...string) error + RunCommand func(execPath string, execArgs ...string) error + type InstallationDataCreator struct + func NewInstallationDataCreator() *InstallationDataCreator + func (sc *InstallationDataCreator) GetData() config.InstallationData + func (sc *InstallationDataCreator) WithAdminGroup(adminGroupName string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithCert(cert, certKey string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithDomain(domain string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithDummyAzureCredentials() *InstallationDataCreator + func (sc *InstallationDataCreator) WithEmptyAzureCredentials() *InstallationDataCreator + func (sc *InstallationDataCreator) WithEmptyDomain() *InstallationDataCreator + func (sc *InstallationDataCreator) WithEmptyIP() *InstallationDataCreator + func (sc *InstallationDataCreator) WithEtcdBackupABSContainerName(path string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithEtcdOperator(enabled, storageAccount, storageKey string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithIP(ipAddr string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithRemoteEnvCa(remoteEnvCa string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithRemoteEnvCaKey(remoteEnvCaKey string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithRemoteEnvIP(ipAddr string) *InstallationDataCreator + func (sc *InstallationDataCreator) WithUITestCredentials(username, password string) *InstallationDataCreator + type KymaCommandExecutor struct + func (kymaBashExecutor *KymaCommandExecutor) RunBashCommand(scriptPath string, execArgs ...string) error + func (kymaBashExecutor *KymaCommandExecutor) RunCommand(execPath string, execArgs ...string) error