package
2.5.0-ACM+incompatible
Repository: https://github.com/stolostron/cluster-backup-operator.git
Documentation: pkg.go.dev

# Constants

clean up all resources created by CRD in the acm backup criteria Use this option with caution as this could cleanup resources on the hub created by the user, that should be kept even if they are not in the restored resources.
don't clean up any resources this can be used on a new hub where there is no need to clean up any previously created data.
clean up only resources created as a result of a previous restore operation.
RestoreComplete means the restore runs to completion.
RestorePhaseEnabled means the restore is enabled and will continue syncing with new backups.
RestorePhaseError means the restore is in error phase and was unable to execute.
RestorePhaseFinished means the restore finsihed.
RestorePhaseFinishedWithErrors means the restore finsihed with 1+ errors restoring individual items.
RestorePhaseRunning means the restore is running and not yet finished.
RestorePhaseStarted means the restore has been initialized and started.
RestorePhaseUnknown means the restore is in unknown phase.
Valid Restore Reason.
Valid Restore Reason.
Valid Restore Reason.
Valid Restore Reason.
another cluster pushes backups to the same storage location resulting in a backup collision.
SchedulePhaseEnabled means the schedule has been validated and will now be triggering backups according to the schedule spec.
SchedulePhaseFailed means the schedule has been processed by the ScheduleController but there are some failures.
SchedulePhaseFailedValidation means the schedule has failed the controller's validations and therefore will not trigger backups.
SchedulePhaseNew means the schedule has been created but not yet processed by the ScheduleController.
SchedulePhaseUnknown means the schedule has been processed by the ScheduleController but there are some unknown issues.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

BackupSchedule is the Schema for the backup schedules API.
BackupScheduleList contains a list of backup schedules.
BackupScheduleSpec defines the desired state of BackupSchedule.
BackupScheduleStatus defines the observed state of BackupSchedule.
Restore is the Schema for the restores API.
RestoreList contains a list of Restore.
RestoreSpec defines the desired state of Restore.
RestoreStatus defines the observed state of Restore.

# Type aliases

No description provided by the author
RestorePhase contains the phase of the restore.
SchedulePhase shows phase of the schedule.