Documentation ¶
Index ¶
- type Service
- func (_m *Service) CheckInstallationState(kubeconfig *rest.Config) (installation.InstallationState, error)
- func (_m *Service) InstallKyma(runtimeId string, kubeconfigRaw string, release model.Release, ...) error
- func (_m *Service) PerformCleanup(kubeconfig *rest.Config) error
- func (_m *Service) TriggerInstallation(kubeconfigRaw *rest.Config, release model.Release, ...) error
- func (_m *Service) TriggerUninstall(kubeconfig *rest.Config) error
- func (_m *Service) TriggerUpgrade(kubeconfigRaw *rest.Config, release model.Release, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is an autogenerated mock type for the Service type
func (*Service) CheckInstallationState ¶
func (_m *Service) CheckInstallationState(kubeconfig *rest.Config) (installation.InstallationState, error)
CheckInstallationState provides a mock function with given fields: kubeconfig
func (*Service) InstallKyma ¶
func (_m *Service) InstallKyma(runtimeId string, kubeconfigRaw string, release model.Release, globalConfig model.Configuration, componentsConfig []model.KymaComponentConfig) error
InstallKyma provides a mock function with given fields: runtimeId, kubeconfigRaw, release, globalConfig, componentsConfig
func (*Service) PerformCleanup ¶
PerformCleanup provides a mock function with given fields: kubeconfig
func (*Service) TriggerInstallation ¶
func (_m *Service) TriggerInstallation(kubeconfigRaw *rest.Config, release model.Release, globalConfig model.Configuration, componentsConfig []model.KymaComponentConfig) error
TriggerInstallation provides a mock function with given fields: kubeconfigRaw, release, globalConfig, componentsConfig
func (*Service) TriggerUninstall ¶
TriggerUninstall provides a mock function with given fields: kubeconfig
func (*Service) TriggerUpgrade ¶
func (_m *Service) TriggerUpgrade(kubeconfigRaw *rest.Config, release model.Release, globalConfig model.Configuration, componentsConfig []model.KymaComponentConfig) error
TriggerUpgrade provides a mock function with given fields: kubeconfigRaw, release, globalConfig, componentsConfig