Documentation
¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) Delete ¶
func (_m *Manager) Delete(name string, options *metav1.DeleteOptions) error
Delete provides a mock function with given fields: name, options
type Repository ¶
Repository is an autogenerated mock type for the Repository type
func (*Repository) Get ¶
func (_m *Repository) Get(name types.NamespacedName) (map[string][]byte, error)
Get provides a mock function with given fields: name
func (*Repository) UpsertWithMerge ¶
func (_m *Repository) UpsertWithMerge(name types.NamespacedName, data map[string][]byte) error
UpsertWithMerge provides a mock function with given fields: name, data
func (*Repository) UpsertWithReplace ¶
func (_m *Repository) UpsertWithReplace(name types.NamespacedName, data map[string][]byte) error
UpsertWithReplace provides a mock function with given fields: name, data
Click to show internal directories.
Click to hide internal directories.