Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationKeyBackupID is the name of the annotation containing the ID of the Backup object // the annotation belongs to. AnnotationKeyBackupID = "anynines.crossplane.io/backup-id" // AnnotationKeyRestoreID is the name of the annotation containing the ID of the Restore object the // annotation belongs to. This has to be done in an annotation because the ID is determined during the // Create() function and after executing Create() the crossplane runtime only persists changes in // annotations of the reconciled object, not its fields. AnnotationKeyRestoreID = "anynines.crossplane.io/restore-id" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.