Documentation ¶
Index ¶
- func SetBackendRepositoryInitializedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetBackendRepositoryInitializedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetBackendSecretFoundConditionToFalse(i interface{}, secretName string) error
- func SetBackendSecretFoundConditionToTrue(i interface{}, secretName string) error
- func SetBackendSecretFoundConditionToUnknown(i interface{}, secretName string, err error) error
- func SetBackupDeadlineExceededConditionToTrue(session *invoker.BackupSessionHandler, timeOut metav1.Duration) error
- func SetBackupExecutorEnsuredToFalse(session *invoker.BackupSessionHandler, target v1beta1.TargetRef, err error) error
- func SetBackupExecutorEnsuredToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
- func SetBackupHistoryCleanedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetBackupHistoryCleanedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetBackupMetricsPushedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetBackupMetricsPushedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetBackupSkippedConditionToTrue(session *invoker.BackupSessionHandler, msg string) error
- func SetBackupTargetFoundConditionToFalse(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
- func SetBackupTargetFoundConditionToTrue(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
- func SetBackupTargetFoundConditionToUnknown(invoker invoker.BackupInvoker, tref v1beta1.TargetRef, err error) error
- func SetCronJobCreatedConditionToFalse(invoker invoker.BackupInvoker, err error) error
- func SetCronJobCreatedConditionToTrue(invoker invoker.BackupInvoker) error
- func SetGlobalPostBackupHookSucceededConditionToFalse(session *invoker.BackupSessionHandler, hookErr error) error
- func SetGlobalPostBackupHookSucceededConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetGlobalPostBackupHookSucceededConditionToTrueWithMsg(session *invoker.BackupSessionHandler, msg string) error
- func SetGlobalPostRestoreHookSucceededConditionToFalse(invoker invoker.RestoreInvoker, hookErr error) error
- func SetGlobalPostRestoreHookSucceededConditionToTrue(invoker invoker.RestoreInvoker) error
- func SetGlobalPostRestoreHookSucceededConditionToTrueWithMsg(invoker invoker.RestoreInvoker, msg string) error
- func SetGlobalPreBackupHookSucceededConditionToFalse(session *invoker.BackupSessionHandler, hookErr error) error
- func SetGlobalPreBackupHookSucceededConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetGlobalPreRestoreHookSucceededConditionToFalse(invoker invoker.RestoreInvoker, hookErr error) error
- func SetGlobalPreRestoreHookSucceededConditionToTrue(invoker invoker.RestoreInvoker) error
- func SetInitContainerInjectedConditionToFalse(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, err error) error
- func SetInitContainerInjectedConditionToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef) error
- func SetPostBackupHookExecutionSucceededToFalse(session *invoker.BackupSessionHandler, target v1beta1.TargetRef, err error) error
- func SetPostBackupHookExecutionSucceededToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
- func SetPostBackupHookExecutionSucceededToTrueWithMsg(session *invoker.BackupSessionHandler, target v1beta1.TargetRef, msg string) error
- func SetPostRestoreHookExecutionSucceededToFalse(inv invoker.RestoreInvoker, err error) error
- func SetPostRestoreHookExecutionSucceededToTrue(inv invoker.RestoreInvoker) error
- func SetPostRestoreHookExecutionSucceededToTrueWithMsg(inv invoker.RestoreInvoker, msg string) error
- func SetPreBackupHookExecutionSucceededToFalse(session *invoker.BackupSessionHandler, target v1beta1.TargetRef, err error) error
- func SetPreBackupHookExecutionSucceededToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
- func SetPreRestoreHookExecutionSucceededToFalse(inv invoker.RestoreInvoker, err error) error
- func SetPreRestoreHookExecutionSucceededToTrue(inv invoker.RestoreInvoker) error
- func SetRepositoryFoundConditionToFalse(i interface{}) error
- func SetRepositoryFoundConditionToTrue(i interface{}) error
- func SetRepositoryFoundConditionToUnknown(i interface{}, err error) error
- func SetRepositoryIntegrityVerifiedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetRepositoryIntegrityVerifiedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetRepositoryMetricsPushedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetRepositoryMetricsPushedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetRestoreCompletedConditionToFalse(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, msg string) error
- func SetRestoreCompletedConditionToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, msg string) error
- func SetRestoreDeadlineExceededConditionToTrue(invoker invoker.RestoreInvoker, timeOut metav1.Duration) error
- func SetRestoreExecutorEnsuredToFalse(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, msg string) error
- func SetRestoreExecutorEnsuredToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, msg string) error
- func SetRestoreJobCreatedConditionToFalse(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef, err error) error
- func SetRestoreJobCreatedConditionToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef) error
- func SetRestoreMetricsPushedConditionToFalse(inv invoker.RestoreInvoker, err error) error
- func SetRestoreMetricsPushedConditionToTrue(inv invoker.RestoreInvoker) error
- func SetRestoreTargetFoundConditionToFalse(inv invoker.RestoreInvoker, index int) error
- func SetRestoreTargetFoundConditionToTrue(inv invoker.RestoreInvoker, index int) error
- func SetRestoreTargetFoundConditionToUnknown(inv invoker.RestoreInvoker, index int, err error) error
- func SetRetentionPolicyAppliedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
- func SetRetentionPolicyAppliedConditionToTrue(session *invoker.BackupSessionHandler) error
- func SetSidecarInjectedConditionToFalse(invoker invoker.BackupInvoker, tref v1beta1.TargetRef, err error) error
- func SetSidecarInjectedConditionToTrue(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
- func SetValidationPassedToFalse(i interface{}, err error) error
- func SetValidationPassedToTrue(i interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetBackendRepositoryInitializedConditionToFalse ¶
func SetBackendRepositoryInitializedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetBackendRepositoryInitializedConditionToTrue ¶
func SetBackendRepositoryInitializedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetBackupDeadlineExceededConditionToTrue ¶ added in v0.21.0
func SetBackupDeadlineExceededConditionToTrue(session *invoker.BackupSessionHandler, timeOut metav1.Duration) error
func SetBackupExecutorEnsuredToFalse ¶ added in v0.19.0
func SetBackupExecutorEnsuredToTrue ¶ added in v0.19.0
func SetBackupExecutorEnsuredToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
func SetBackupHistoryCleanedConditionToFalse ¶ added in v0.19.0
func SetBackupHistoryCleanedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetBackupHistoryCleanedConditionToTrue ¶ added in v0.19.0
func SetBackupHistoryCleanedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetBackupMetricsPushedConditionToFalse ¶ added in v0.19.0
func SetBackupMetricsPushedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetBackupMetricsPushedConditionToTrue ¶ added in v0.19.0
func SetBackupMetricsPushedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetBackupSkippedConditionToTrue ¶ added in v0.19.0
func SetBackupSkippedConditionToTrue(session *invoker.BackupSessionHandler, msg string) error
func SetBackupTargetFoundConditionToFalse ¶
func SetBackupTargetFoundConditionToFalse(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
func SetBackupTargetFoundConditionToTrue ¶
func SetBackupTargetFoundConditionToTrue(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
func SetCronJobCreatedConditionToFalse ¶
func SetCronJobCreatedConditionToFalse(invoker invoker.BackupInvoker, err error) error
func SetCronJobCreatedConditionToTrue ¶
func SetCronJobCreatedConditionToTrue(invoker invoker.BackupInvoker) error
func SetGlobalPostBackupHookSucceededConditionToFalse ¶
func SetGlobalPostBackupHookSucceededConditionToFalse(session *invoker.BackupSessionHandler, hookErr error) error
func SetGlobalPostBackupHookSucceededConditionToTrue ¶
func SetGlobalPostBackupHookSucceededConditionToTrue(session *invoker.BackupSessionHandler) error
func SetGlobalPostBackupHookSucceededConditionToTrueWithMsg ¶ added in v0.22.0
func SetGlobalPostBackupHookSucceededConditionToTrueWithMsg(session *invoker.BackupSessionHandler, msg string) error
func SetGlobalPostRestoreHookSucceededConditionToFalse ¶
func SetGlobalPostRestoreHookSucceededConditionToFalse(invoker invoker.RestoreInvoker, hookErr error) error
func SetGlobalPostRestoreHookSucceededConditionToTrue ¶
func SetGlobalPostRestoreHookSucceededConditionToTrue(invoker invoker.RestoreInvoker) error
func SetGlobalPostRestoreHookSucceededConditionToTrueWithMsg ¶ added in v0.22.0
func SetGlobalPostRestoreHookSucceededConditionToTrueWithMsg(invoker invoker.RestoreInvoker, msg string) error
func SetGlobalPreBackupHookSucceededConditionToFalse ¶
func SetGlobalPreBackupHookSucceededConditionToFalse(session *invoker.BackupSessionHandler, hookErr error) error
func SetGlobalPreBackupHookSucceededConditionToTrue ¶
func SetGlobalPreBackupHookSucceededConditionToTrue(session *invoker.BackupSessionHandler) error
func SetGlobalPreRestoreHookSucceededConditionToFalse ¶
func SetGlobalPreRestoreHookSucceededConditionToFalse(invoker invoker.RestoreInvoker, hookErr error) error
func SetGlobalPreRestoreHookSucceededConditionToTrue ¶
func SetGlobalPreRestoreHookSucceededConditionToTrue(invoker invoker.RestoreInvoker) error
func SetInitContainerInjectedConditionToTrue ¶
func SetInitContainerInjectedConditionToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef) error
func SetPostBackupHookExecutionSucceededToFalse ¶ added in v0.19.0
func SetPostBackupHookExecutionSucceededToTrue ¶ added in v0.19.0
func SetPostBackupHookExecutionSucceededToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
func SetPostBackupHookExecutionSucceededToTrueWithMsg ¶ added in v0.22.0
func SetPostRestoreHookExecutionSucceededToFalse ¶ added in v0.19.0
func SetPostRestoreHookExecutionSucceededToFalse(inv invoker.RestoreInvoker, err error) error
func SetPostRestoreHookExecutionSucceededToTrue ¶ added in v0.19.0
func SetPostRestoreHookExecutionSucceededToTrue(inv invoker.RestoreInvoker) error
func SetPostRestoreHookExecutionSucceededToTrueWithMsg ¶ added in v0.22.0
func SetPostRestoreHookExecutionSucceededToTrueWithMsg(inv invoker.RestoreInvoker, msg string) error
func SetPreBackupHookExecutionSucceededToFalse ¶ added in v0.19.0
func SetPreBackupHookExecutionSucceededToTrue ¶ added in v0.19.0
func SetPreBackupHookExecutionSucceededToTrue(session *invoker.BackupSessionHandler, target v1beta1.TargetRef) error
func SetPreRestoreHookExecutionSucceededToFalse ¶ added in v0.19.0
func SetPreRestoreHookExecutionSucceededToFalse(inv invoker.RestoreInvoker, err error) error
func SetPreRestoreHookExecutionSucceededToTrue ¶ added in v0.19.0
func SetPreRestoreHookExecutionSucceededToTrue(inv invoker.RestoreInvoker) error
func SetRepositoryFoundConditionToFalse ¶
func SetRepositoryFoundConditionToFalse(i interface{}) error
func SetRepositoryFoundConditionToTrue ¶
func SetRepositoryFoundConditionToTrue(i interface{}) error
func SetRepositoryIntegrityVerifiedConditionToFalse ¶
func SetRepositoryIntegrityVerifiedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetRepositoryIntegrityVerifiedConditionToTrue ¶
func SetRepositoryIntegrityVerifiedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetRepositoryMetricsPushedConditionToFalse ¶
func SetRepositoryMetricsPushedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetRepositoryMetricsPushedConditionToTrue ¶
func SetRepositoryMetricsPushedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetRestoreCompletedConditionToFalse ¶ added in v0.16.0
func SetRestoreCompletedConditionToTrue ¶ added in v0.16.0
func SetRestoreDeadlineExceededConditionToTrue ¶ added in v0.21.0
func SetRestoreDeadlineExceededConditionToTrue(invoker invoker.RestoreInvoker, timeOut metav1.Duration) error
func SetRestoreExecutorEnsuredToFalse ¶ added in v0.19.0
func SetRestoreExecutorEnsuredToTrue ¶ added in v0.19.0
func SetRestoreJobCreatedConditionToTrue ¶
func SetRestoreJobCreatedConditionToTrue(inv invoker.RestoreInvoker, tref *v1beta1.TargetRef) error
func SetRestoreMetricsPushedConditionToFalse ¶ added in v0.19.0
func SetRestoreMetricsPushedConditionToFalse(inv invoker.RestoreInvoker, err error) error
func SetRestoreMetricsPushedConditionToTrue ¶ added in v0.19.0
func SetRestoreMetricsPushedConditionToTrue(inv invoker.RestoreInvoker) error
func SetRestoreTargetFoundConditionToFalse ¶
func SetRestoreTargetFoundConditionToFalse(inv invoker.RestoreInvoker, index int) error
func SetRestoreTargetFoundConditionToTrue ¶
func SetRestoreTargetFoundConditionToTrue(inv invoker.RestoreInvoker, index int) error
func SetRestoreTargetFoundConditionToUnknown ¶
func SetRestoreTargetFoundConditionToUnknown(inv invoker.RestoreInvoker, index int, err error) error
func SetRetentionPolicyAppliedConditionToFalse ¶
func SetRetentionPolicyAppliedConditionToFalse(session *invoker.BackupSessionHandler, err error) error
func SetRetentionPolicyAppliedConditionToTrue ¶
func SetRetentionPolicyAppliedConditionToTrue(session *invoker.BackupSessionHandler) error
func SetSidecarInjectedConditionToTrue ¶
func SetSidecarInjectedConditionToTrue(invoker invoker.BackupInvoker, tref v1beta1.TargetRef) error
func SetValidationPassedToFalse ¶ added in v0.18.0
func SetValidationPassedToTrue ¶ added in v0.18.0
func SetValidationPassedToTrue(i interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.