Documentation ¶
Index ¶
- type HorusecManagerInterface
- func (_m *HorusecManagerInterface) Create(ctx context.Context, horusecManager *v1alpha1.HorusecManager, ...) (*v1alpha1.HorusecManager, error)
- func (_m *HorusecManagerInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (_m *HorusecManagerInterface) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (_m *HorusecManagerInterface) Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.HorusecManager, error)
- func (_m *HorusecManagerInterface) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HorusecManagerList, error)
- func (_m *HorusecManagerInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*v1alpha1.HorusecManager, error)
- func (_m *HorusecManagerInterface) Update(ctx context.Context, horusecManager *v1alpha1.HorusecManager, ...) (*v1alpha1.HorusecManager, error)
- func (_m *HorusecManagerInterface) UpdateStatus(ctx context.Context, horusecManager *v1alpha1.HorusecManager, ...) (*v1alpha1.HorusecManager, error)
- func (_m *HorusecManagerInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HorusecManagerInterface ¶
HorusecManagerInterface is an autogenerated mock type for the HorusecManagerInterface type
func (*HorusecManagerInterface) Create ¶
func (_m *HorusecManagerInterface) Create(ctx context.Context, horusecManager *v1alpha1.HorusecManager, opts v1.CreateOptions) (*v1alpha1.HorusecManager, error)
Create provides a mock function with given fields: ctx, horusecManager, opts
func (*HorusecManagerInterface) Delete ¶
func (_m *HorusecManagerInterface) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
Delete provides a mock function with given fields: ctx, name, opts
func (*HorusecManagerInterface) DeleteCollection ¶
func (_m *HorusecManagerInterface) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection provides a mock function with given fields: ctx, opts, listOpts
func (*HorusecManagerInterface) Get ¶
func (_m *HorusecManagerInterface) Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.HorusecManager, error)
Get provides a mock function with given fields: ctx, name, opts
func (*HorusecManagerInterface) List ¶
func (_m *HorusecManagerInterface) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HorusecManagerList, error)
List provides a mock function with given fields: ctx, opts
func (*HorusecManagerInterface) Patch ¶
func (_m *HorusecManagerInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (*v1alpha1.HorusecManager, error)
Patch provides a mock function with given fields: ctx, name, pt, data, opts, subresources
func (*HorusecManagerInterface) Update ¶
func (_m *HorusecManagerInterface) Update(ctx context.Context, horusecManager *v1alpha1.HorusecManager, opts v1.UpdateOptions) (*v1alpha1.HorusecManager, error)
Update provides a mock function with given fields: ctx, horusecManager, opts
func (*HorusecManagerInterface) UpdateStatus ¶
func (_m *HorusecManagerInterface) UpdateStatus(ctx context.Context, horusecManager *v1alpha1.HorusecManager, opts v1.UpdateOptions) (*v1alpha1.HorusecManager, error)
UpdateStatus provides a mock function with given fields: ctx, horusecManager, opts
func (*HorusecManagerInterface) Watch ¶
func (_m *HorusecManagerInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch provides a mock function with given fields: ctx, opts