Documentation ¶
Index ¶
- type ApplicationClient
- type ApplicationReleaseManager
- func (_m *ApplicationReleaseManager) CheckReleaseExistence(name string) (bool, error)
- func (_m *ApplicationReleaseManager) CheckReleaseStatus(name string) (release.Status, string, error)
- func (_m *ApplicationReleaseManager) ConfigsChanged(_a0 *v1alpha1.Application) (bool, error)
- func (_m *ApplicationReleaseManager) DeleteReleaseIfExists(name string) error
- func (_m *ApplicationReleaseManager) InstallChart(_a0 *v1alpha1.Application) (release.Status, string, error)
- func (_m *ApplicationReleaseManager) UpgradeApplicationRelease(_a0 *v1alpha1.Application) error
- func (_m *ApplicationReleaseManager) UpgradeApplicationReleases() 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(_a0 context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationList, error)
List provides a mock function with given fields: _a0, opts
func (*ApplicationClient) Update ¶
func (_m *ApplicationClient) Update(_a0 context.Context, app *v1alpha1.Application, opts v1.UpdateOptions) (*v1alpha1.Application, error)
Update provides a mock function with given fields: _a0, app, opts
type ApplicationReleaseManager ¶
ApplicationReleaseManager is an autogenerated mock type for the ApplicationReleaseManager type
func (*ApplicationReleaseManager) CheckReleaseExistence ¶
func (_m *ApplicationReleaseManager) CheckReleaseExistence(name string) (bool, error)
CheckReleaseExistence provides a mock function with given fields: name
func (*ApplicationReleaseManager) CheckReleaseStatus ¶
func (_m *ApplicationReleaseManager) CheckReleaseStatus(name string) (release.Status, string, error)
CheckReleaseStatus provides a mock function with given fields: name
func (*ApplicationReleaseManager) ConfigsChanged ¶
func (_m *ApplicationReleaseManager) ConfigsChanged(_a0 *v1alpha1.Application) (bool, error)
ConfigsChanged provides a mock function with given fields: _a0
func (*ApplicationReleaseManager) DeleteReleaseIfExists ¶
func (_m *ApplicationReleaseManager) DeleteReleaseIfExists(name string) error
DeleteReleaseIfExists provides a mock function with given fields: name
func (*ApplicationReleaseManager) InstallChart ¶
func (_m *ApplicationReleaseManager) InstallChart(_a0 *v1alpha1.Application) (release.Status, string, error)
InstallChart provides a mock function with given fields: _a0
func (*ApplicationReleaseManager) UpgradeApplicationRelease ¶
func (_m *ApplicationReleaseManager) UpgradeApplicationRelease(_a0 *v1alpha1.Application) error
UpgradeApplicationRelease provides a mock function with given fields: _a0
func (*ApplicationReleaseManager) UpgradeApplicationReleases ¶
func (_m *ApplicationReleaseManager) UpgradeApplicationReleases() error
UpgradeApplicationReleases provides a mock function with given fields: