Documentation ¶
Index ¶
- type ApplicationManager
- type ServiceRepository
- func (_m *ServiceRepository) Create(application string, service applications.Service) apperrors.AppError
- func (_m *ServiceRepository) Delete(application string, id string) apperrors.AppError
- func (_m *ServiceRepository) Get(application string, id string) (applications.Service, apperrors.AppError)
- func (_m *ServiceRepository) GetAll(application string) ([]applications.Service, apperrors.AppError)
- func (_m *ServiceRepository) Update(application string, service applications.Service) apperrors.AppError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationManager ¶
ApplicationManager is an autogenerated mock type for the ApplicationManager type
func (*ApplicationManager) Get ¶
func (_m *ApplicationManager) Get(name string, options v1.GetOptions) (*v1alpha1.Application, error)
Get provides a mock function with given fields: name, options
func (*ApplicationManager) Update ¶
func (_m *ApplicationManager) Update(application *v1alpha1.Application) (*v1alpha1.Application, error)
Update provides a mock function with given fields: application
type ServiceRepository ¶
ServiceRepository is an autogenerated mock type for the ServiceRepository type
func (*ServiceRepository) Create ¶
func (_m *ServiceRepository) Create(application string, service applications.Service) apperrors.AppError
Create provides a mock function with given fields: application, service
func (*ServiceRepository) Delete ¶
func (_m *ServiceRepository) Delete(application string, id string) apperrors.AppError
Delete provides a mock function with given fields: application, id
func (*ServiceRepository) Get ¶
func (_m *ServiceRepository) Get(application string, id string) (applications.Service, apperrors.AppError)
Get provides a mock function with given fields: application, id
func (*ServiceRepository) GetAll ¶
func (_m *ServiceRepository) GetAll(application string) ([]applications.Service, apperrors.AppError)
GetAll provides a mock function with given fields: application
func (*ServiceRepository) Update ¶
func (_m *ServiceRepository) Update(application string, service applications.Service) apperrors.AppError
Update provides a mock function with given fields: application, service
Click to show internal directories.
Click to hide internal directories.