Documentation
¶
Index ¶
Constants ¶
View Source
const (
// PreBackupHookContainerAnnotation specifies the container where the command should be executed.
PreBackupHookContainerAnnotation = "pre.hook.backup.velero.io/container"
// PreBackupHookCommandAnnotation specifies the command to execute.
PreBackupHookCommandAnnotation = "pre.hook.backup.velero.io/command"
// PostBackupHookContainerAnnotation specifies the container where the command should be executed.
PostBackupHookContainerAnnotation = "post.hook.backup.velero.io/container"
// PostBackupHookCommandAnnotation specifies the command to execute.
PostBackupHookCommandAnnotation = "post.hook.backup.velero.io/command"
)
For additional information please see https://velero.io/docs/v1.14/backup-hooks/#specifying-hooks-as-pod-annotations
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.