Documentation ¶
Index ¶
- type MockHelmClient
- func (m *MockHelmClient) Delete(_, _ string) error
- func (m *MockHelmClient) Exists(_, _ string) (bool, error)
- func (m *MockHelmClient) Install(_, _ string, _ helm.UpgradeOptions) error
- func (m *MockHelmClient) Rollback(_, _ string, _ string) error
- func (m *MockHelmClient) Upgrade(_, _ string, _ helm.UpgradeOptions) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHelmClient ¶
func (*MockHelmClient) Delete ¶
func (m *MockHelmClient) Delete(_, _ string) error
func (*MockHelmClient) Install ¶
func (m *MockHelmClient) Install(_, _ string, _ helm.UpgradeOptions) error
func (*MockHelmClient) Upgrade ¶
func (m *MockHelmClient) Upgrade(_, _ string, _ helm.UpgradeOptions) error
Click to show internal directories.
Click to hide internal directories.