Documentation ¶
Index ¶
- type ItemSnapshotter
- func (_m *ItemSnapshotter) AlsoHandles(input *v1.AlsoHandlesInput) ([]velero.ResourceIdentifier, error)
- func (_m *ItemSnapshotter) AppliesTo() (velero.ResourceSelector, error)
- func (_m *ItemSnapshotter) CreateItemFromSnapshot(ctx context.Context, input *v1.CreateItemInput) (*v1.CreateItemOutput, error)
- func (_m *ItemSnapshotter) DeleteSnapshot(ctx context.Context, input *v1.DeleteSnapshotInput) error
- func (_m *ItemSnapshotter) Init(config map[string]string) error
- func (_m *ItemSnapshotter) Progress(input *v1.ProgressInput) (*v1.ProgressOutput, error)
- func (_m *ItemSnapshotter) SnapshotItem(ctx context.Context, input *v1.SnapshotItemInput) (*v1.SnapshotItemOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemSnapshotter ¶
ItemSnapshotter is an autogenerated mock type for the ItemSnapshotter type
func (*ItemSnapshotter) AlsoHandles ¶
func (_m *ItemSnapshotter) AlsoHandles(input *v1.AlsoHandlesInput) ([]velero.ResourceIdentifier, error)
AlsoHandles provides a mock function with given fields: input
func (*ItemSnapshotter) AppliesTo ¶
func (_m *ItemSnapshotter) AppliesTo() (velero.ResourceSelector, error)
AppliesTo provides a mock function with given fields:
func (*ItemSnapshotter) CreateItemFromSnapshot ¶
func (_m *ItemSnapshotter) CreateItemFromSnapshot(ctx context.Context, input *v1.CreateItemInput) (*v1.CreateItemOutput, error)
CreateItemFromSnapshot provides a mock function with given fields: ctx, input
func (*ItemSnapshotter) DeleteSnapshot ¶
func (_m *ItemSnapshotter) DeleteSnapshot(ctx context.Context, input *v1.DeleteSnapshotInput) error
DeleteSnapshot provides a mock function with given fields: ctx, input
func (*ItemSnapshotter) Init ¶
func (_m *ItemSnapshotter) Init(config map[string]string) error
Init provides a mock function with given fields: config
func (*ItemSnapshotter) Progress ¶
func (_m *ItemSnapshotter) Progress(input *v1.ProgressInput) (*v1.ProgressOutput, error)
Progress provides a mock function with given fields: input
func (*ItemSnapshotter) SnapshotItem ¶
func (_m *ItemSnapshotter) SnapshotItem(ctx context.Context, input *v1.SnapshotItemInput) (*v1.SnapshotItemOutput, error)
SnapshotItem provides a mock function with given fields: ctx, input
Click to show internal directories.
Click to hide internal directories.