Documentation ¶
Overview ¶
Copyright 2018 the Velero contributors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Manager
- func (_m *Manager) CleanupClients()
- func (_m *Manager) GetBackupItemAction(name string) (velero.BackupItemAction, error)
- func (_m *Manager) GetBackupItemActions() ([]velero.BackupItemAction, error)
- func (_m *Manager) GetDeleteItemAction(name string) (velero.DeleteItemAction, error)
- func (_m *Manager) GetDeleteItemActions() ([]velero.DeleteItemAction, error)
- func (_m *Manager) GetItemSnapshotter(name string) (isv1.ItemSnapshotter, error)
- func (_m *Manager) GetItemSnapshotters() ([]isv1.ItemSnapshotter, error)
- func (_m *Manager) GetObjectStore(name string) (velero.ObjectStore, error)
- func (_m *Manager) GetRestoreItemAction(name string) (velero.RestoreItemAction, error)
- func (_m *Manager) GetRestoreItemActions() ([]velero.RestoreItemAction, error)
- func (_m *Manager) GetVolumeSnapshotter(name string) (velero.VolumeSnapshotter, error)
- type ProcessFactory
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) CleanupClients ¶
func (_m *Manager) CleanupClients()
CleanupClients provides a mock function with given fields:
func (*Manager) GetBackupItemAction ¶
func (_m *Manager) GetBackupItemAction(name string) (velero.BackupItemAction, error)
GetBackupItemAction provides a mock function with given fields: name
func (*Manager) GetBackupItemActions ¶
func (_m *Manager) GetBackupItemActions() ([]velero.BackupItemAction, error)
GetBackupItemActions provides a mock function with given fields:
func (*Manager) GetDeleteItemAction ¶ added in v1.5.0
func (_m *Manager) GetDeleteItemAction(name string) (velero.DeleteItemAction, error)
GetDeleteItemAction provides a mock function with given fields: name
func (*Manager) GetDeleteItemActions ¶ added in v1.5.0
func (_m *Manager) GetDeleteItemActions() ([]velero.DeleteItemAction, error)
GetDeleteItemActions provides a mock function with given fields:
func (*Manager) GetItemSnapshotter ¶ added in v1.8.0
func (_m *Manager) GetItemSnapshotter(name string) (isv1.ItemSnapshotter, error)
GetItemSnapshotter provides a mock function with given fields: name
func (*Manager) GetItemSnapshotters ¶ added in v1.8.0
func (_m *Manager) GetItemSnapshotters() ([]isv1.ItemSnapshotter, error)
GetItemSnapshotters provides a mock function with given fields:
func (*Manager) GetObjectStore ¶
func (_m *Manager) GetObjectStore(name string) (velero.ObjectStore, error)
GetObjectStore provides a mock function with given fields: name
func (*Manager) GetRestoreItemAction ¶
func (_m *Manager) GetRestoreItemAction(name string) (velero.RestoreItemAction, error)
GetRestoreItemAction provides a mock function with given fields: name
func (*Manager) GetRestoreItemActions ¶
func (_m *Manager) GetRestoreItemActions() ([]velero.RestoreItemAction, error)
GetRestoreItemActions provides a mock function with given fields:
func (*Manager) GetVolumeSnapshotter ¶ added in v1.0.0
func (_m *Manager) GetVolumeSnapshotter(name string) (velero.VolumeSnapshotter, error)
GetVolumeSnapshotter provides a mock function with given fields: name
type ProcessFactory ¶
ProcessFactory is an autogenerated mock type for the ProcessFactory type