Documentation ¶
Index ¶
- type ApplicationClient
- type ReleaseManager
- func (_m *ReleaseManager) CheckReleaseExistence(name string) (bool, error)
- func (_m *ReleaseManager) CheckReleaseStatus(name string) (release.Status_Code, string, error)
- func (_m *ReleaseManager) DeleteReleaseIfExists(name string) error
- func (_m *ReleaseManager) InstallChart(_a0 *v1alpha1.Application) (release.Status_Code, string, error)
- func (_m *ReleaseManager) UpgradeReleases() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationClient ¶
ApplicationClient is an autogenerated mock type for the ApplicationClient type
func (*ApplicationClient) List ¶
func (_m *ApplicationClient) List(opts v1.ListOptions) (*v1alpha1.ApplicationList, error)
List provides a mock function with given fields: opts
func (*ApplicationClient) Update ¶
func (_m *ApplicationClient) Update(_a0 *v1alpha1.Application) (*v1alpha1.Application, error)
Update provides a mock function with given fields: _a0
type ReleaseManager ¶
ReleaseManager is an autogenerated mock type for the ReleaseManager type
func (*ReleaseManager) CheckReleaseExistence ¶
func (_m *ReleaseManager) CheckReleaseExistence(name string) (bool, error)
CheckReleaseExistence provides a mock function with given fields: name
func (*ReleaseManager) CheckReleaseStatus ¶
func (_m *ReleaseManager) CheckReleaseStatus(name string) (release.Status_Code, string, error)
CheckReleaseStatus provides a mock function with given fields: name
func (*ReleaseManager) DeleteReleaseIfExists ¶
func (_m *ReleaseManager) DeleteReleaseIfExists(name string) error
DeleteReleaseIfExists provides a mock function with given fields: name
func (*ReleaseManager) InstallChart ¶
func (_m *ReleaseManager) InstallChart(_a0 *v1alpha1.Application) (release.Status_Code, string, error)
InstallChart provides a mock function with given fields: _a0
func (*ReleaseManager) UpgradeReleases ¶
func (_m *ReleaseManager) UpgradeReleases() error
UpgradeReleases provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.