Documentation
¶
Index ¶
- func CreateOrPatchBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.BackupBatch, kutil.VerbType, error)
- func CreateOrPatchBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.BackupBlueprint, kutil.VerbType, error)
- func CreateOrPatchBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.BackupConfiguration, kutil.VerbType, error)
- func CreateOrPatchBackupSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api_v1beta1.BackupSession, kutil.VerbType, error)
- func CreateOrPatchFunction(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.Function, kutil.VerbType, error)
- func CreateOrPatchRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.RestoreBatch, kutil.VerbType, error)
- func CreateOrPatchRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
- func CreateOrPatchTask(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (*api.Task, kutil.VerbType, error)
- func PatchBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupBatch, ...) (*api.BackupBatch, kutil.VerbType, error)
- func PatchBackupBatchObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.BackupBatch, ...) (*api.BackupBatch, kutil.VerbType, error)
- func PatchBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupBlueprint, ...) (*api.BackupBlueprint, kutil.VerbType, error)
- func PatchBackupBlueprintObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.BackupBlueprint, ...) (*api.BackupBlueprint, kutil.VerbType, error)
- func PatchBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupConfiguration, ...) (*api.BackupConfiguration, kutil.VerbType, error)
- func PatchBackupConfigurationObject(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api.BackupConfiguration, kutil.VerbType, error)
- func PatchBackupSession(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.BackupSession, kutil.VerbType, error)
- func PatchBackupSessionObject(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.BackupSession, kutil.VerbType, error)
- func PatchFunction(ctx context.Context, c cs.StashV1beta1Interface, cur *api.Function, ...) (*api.Function, kutil.VerbType, error)
- func PatchFunctionObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.Function, ...) (*api.Function, kutil.VerbType, error)
- func PatchRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, cur *api.RestoreBatch, ...) (*api.RestoreBatch, kutil.VerbType, error)
- func PatchRestoreBatchObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.RestoreBatch, ...) (*api.RestoreBatch, kutil.VerbType, error)
- func PatchRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
- func PatchRestoreSessionObject(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
- func PatchTask(ctx context.Context, c cs.StashV1beta1Interface, cur *api.Task, ...) (*api.Task, kutil.VerbType, error)
- func PatchTaskObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.Task, ...) (*api.Task, kutil.VerbType, error)
- func TryUpdateBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.BackupBatch, err error)
- func TryUpdateBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.BackupBlueprint, err error)
- func TryUpdateBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.BackupConfiguration, err error)
- func TryUpdateBackupSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api_v1beta1.BackupSession, err error)
- func TryUpdateFunction(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.Function, err error)
- func TryUpdateRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.RestoreBatch, err error)
- func TryUpdateRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api_v1beta1.RestoreSession, err error)
- func TryUpdateTask(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.Task, err error)
- func UpdateBackupBatchStatus(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.BackupBatch, err error)
- func UpdateBackupConfigurationStatus(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.BackupConfiguration, err error)
- func UpdateBackupSessionStatus(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api_v1beta1.BackupSession, err error)
- func UpdateBackupSessionStatusForHost(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.BackupSession, error)
- func UpdateRestoreBatchStatus(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api.RestoreBatch, err error)
- func UpdateRestoreSessionStatus(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, ...) (result *api_v1beta1.RestoreSession, err error)
- func UpdateRestoreSessionStatusForHost(ctx context.Context, c cs.StashV1beta1Interface, ...) (*api_v1beta1.RestoreSession, error)
- func UpsertHost(stats []api_v1beta1.HostBackupStats, stat ...api_v1beta1.HostBackupStats) []api_v1beta1.HostBackupStats
- func UpsertHostForTarget(targets []api_v1beta1.BackupTargetStatus, targetRef api_v1beta1.TargetRef, ...) []api_v1beta1.BackupTargetStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchBackupBatch ¶
func CreateOrPatchBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api.BackupBatch) *api.BackupBatch, opts metav1.PatchOptions) (*api.BackupBatch, kutil.VerbType, error)
func CreateOrPatchBackupBlueprint ¶
func CreateOrPatchBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api.BackupBlueprint) *api.BackupBlueprint, opts metav1.PatchOptions) (*api.BackupBlueprint, kutil.VerbType, error)
func CreateOrPatchBackupConfiguration ¶
func CreateOrPatchBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api.BackupConfiguration) *api.BackupConfiguration, opts metav1.PatchOptions) (*api.BackupConfiguration, kutil.VerbType, error)
func CreateOrPatchBackupSession ¶
func CreateOrPatchBackupSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api_v1beta1.BackupSession) *api_v1beta1.BackupSession, opts metav1.PatchOptions) (*api_v1beta1.BackupSession, kutil.VerbType, error)
func CreateOrPatchFunction ¶
func CreateOrPatchRestoreBatch ¶
func CreateOrPatchRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api.RestoreBatch) *api.RestoreBatch, opts metav1.PatchOptions) (*api.RestoreBatch, kutil.VerbType, error)
func CreateOrPatchRestoreSession ¶
func CreateOrPatchRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(in *api_v1beta1.RestoreSession) *api_v1beta1.RestoreSession, opts metav1.PatchOptions) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
func CreateOrPatchTask ¶
func PatchBackupBatch ¶
func PatchBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupBatch, transform func(*api.BackupBatch) *api.BackupBatch, opts metav1.PatchOptions) (*api.BackupBatch, kutil.VerbType, error)
func PatchBackupBatchObject ¶
func PatchBackupBatchObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.BackupBatch, opts metav1.PatchOptions) (*api.BackupBatch, kutil.VerbType, error)
func PatchBackupBlueprint ¶
func PatchBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupBlueprint, transform func(*api.BackupBlueprint) *api.BackupBlueprint, opts metav1.PatchOptions) (*api.BackupBlueprint, kutil.VerbType, error)
func PatchBackupBlueprintObject ¶
func PatchBackupBlueprintObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.BackupBlueprint, opts metav1.PatchOptions) (*api.BackupBlueprint, kutil.VerbType, error)
func PatchBackupConfiguration ¶
func PatchBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, cur *api.BackupConfiguration, transform func(*api.BackupConfiguration) *api.BackupConfiguration, opts metav1.PatchOptions) (*api.BackupConfiguration, kutil.VerbType, error)
func PatchBackupConfigurationObject ¶
func PatchBackupConfigurationObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.BackupConfiguration, opts metav1.PatchOptions) (*api.BackupConfiguration, kutil.VerbType, error)
func PatchBackupSession ¶
func PatchBackupSession(ctx context.Context, c cs.StashV1beta1Interface, cur *api_v1beta1.BackupSession, transform func(*api_v1beta1.BackupSession) *api_v1beta1.BackupSession, opts metav1.PatchOptions) (*api_v1beta1.BackupSession, kutil.VerbType, error)
func PatchBackupSessionObject ¶
func PatchBackupSessionObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api_v1beta1.BackupSession, opts metav1.PatchOptions) (*api_v1beta1.BackupSession, kutil.VerbType, error)
func PatchFunction ¶
func PatchFunctionObject ¶
func PatchRestoreBatch ¶
func PatchRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, cur *api.RestoreBatch, transform func(*api.RestoreBatch) *api.RestoreBatch, opts metav1.PatchOptions) (*api.RestoreBatch, kutil.VerbType, error)
func PatchRestoreBatchObject ¶
func PatchRestoreBatchObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api.RestoreBatch, opts metav1.PatchOptions) (*api.RestoreBatch, kutil.VerbType, error)
func PatchRestoreSession ¶
func PatchRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, cur *api_v1beta1.RestoreSession, transform func(*api_v1beta1.RestoreSession) *api_v1beta1.RestoreSession, opts metav1.PatchOptions) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
func PatchRestoreSessionObject ¶
func PatchRestoreSessionObject(ctx context.Context, c cs.StashV1beta1Interface, cur, mod *api_v1beta1.RestoreSession, opts metav1.PatchOptions) (*api_v1beta1.RestoreSession, kutil.VerbType, error)
func PatchTaskObject ¶
func TryUpdateBackupBatch ¶
func TryUpdateBackupBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.BackupBatch) *api.BackupBatch, opts metav1.UpdateOptions) (result *api.BackupBatch, err error)
func TryUpdateBackupBlueprint ¶
func TryUpdateBackupBlueprint(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.BackupBlueprint) *api.BackupBlueprint, opts metav1.UpdateOptions) (result *api.BackupBlueprint, err error)
func TryUpdateBackupConfiguration ¶
func TryUpdateBackupConfiguration(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.BackupConfiguration) *api.BackupConfiguration, opts metav1.UpdateOptions) (result *api.BackupConfiguration, err error)
func TryUpdateBackupSession ¶
func TryUpdateBackupSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api_v1beta1.BackupSession) *api_v1beta1.BackupSession, opts metav1.UpdateOptions) (result *api_v1beta1.BackupSession, err error)
func TryUpdateFunction ¶
func TryUpdateFunction(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.Function) *api.Function, opts metav1.UpdateOptions) (result *api.Function, err error)
func TryUpdateRestoreBatch ¶
func TryUpdateRestoreBatch(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.RestoreBatch) *api.RestoreBatch, opts metav1.UpdateOptions) (result *api.RestoreBatch, err error)
func TryUpdateRestoreSession ¶
func TryUpdateRestoreSession(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api_v1beta1.RestoreSession) *api_v1beta1.RestoreSession, opts metav1.UpdateOptions) (result *api_v1beta1.RestoreSession, err error)
func TryUpdateTask ¶
func TryUpdateTask(ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.Task) *api.Task, opts metav1.UpdateOptions) (result *api.Task, err error)
func UpdateBackupBatchStatus ¶
func UpdateBackupBatchStatus( ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.BackupBatchStatus) (types.UID, *api.BackupBatchStatus), opts metav1.UpdateOptions, ) (result *api.BackupBatch, err error)
func UpdateBackupConfigurationStatus ¶
func UpdateBackupConfigurationStatus( ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.BackupConfigurationStatus) (types.UID, *api.BackupConfigurationStatus), opts metav1.UpdateOptions, ) (result *api.BackupConfiguration, err error)
func UpdateBackupSessionStatus ¶
func UpdateBackupSessionStatus( ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api_v1beta1.BackupSessionStatus) (types.UID, *api_v1beta1.BackupSessionStatus), opts metav1.UpdateOptions, ) (result *api_v1beta1.BackupSession, err error)
func UpdateBackupSessionStatusForHost ¶
func UpdateBackupSessionStatusForHost( ctx context.Context, c cs.StashV1beta1Interface, targetRef api_v1beta1.TargetRef, backupSession metav1.ObjectMeta, hostStats api_v1beta1.HostBackupStats, opts metav1.UpdateOptions, ) (*api_v1beta1.BackupSession, error)
func UpdateRestoreBatchStatus ¶
func UpdateRestoreBatchStatus( ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api.RestoreBatchStatus) (types.UID, *api.RestoreBatchStatus), opts metav1.UpdateOptions, ) (result *api.RestoreBatch, err error)
func UpdateRestoreSessionStatus ¶
func UpdateRestoreSessionStatus( ctx context.Context, c cs.StashV1beta1Interface, meta metav1.ObjectMeta, transform func(*api_v1beta1.RestoreSessionStatus) (types.UID, *api_v1beta1.RestoreSessionStatus), opts metav1.UpdateOptions, ) (result *api_v1beta1.RestoreSession, err error)
func UpdateRestoreSessionStatusForHost ¶
func UpdateRestoreSessionStatusForHost(ctx context.Context, c cs.StashV1beta1Interface, restoreSession metav1.ObjectMeta, hostStats api_v1beta1.HostRestoreStats, opts metav1.UpdateOptions) (*api_v1beta1.RestoreSession, error)
func UpsertHost ¶
func UpsertHost(stats []api_v1beta1.HostBackupStats, stat ...api_v1beta1.HostBackupStats) []api_v1beta1.HostBackupStats
func UpsertHostForTarget ¶
func UpsertHostForTarget(targets []api_v1beta1.BackupTargetStatus, targetRef api_v1beta1.TargetRef, stat api_v1beta1.HostBackupStats) []api_v1beta1.BackupTargetStatus
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.