Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WaitInitContainer is the name of the init container added // to workload pods to help with restores. // If Velero needs to further process the volume data after PVC is // provisioned, this init container is used to block Pod from running // until the volume data is ready WaitInitContainer = "restore-wait" // This is the name of the init container added by pre-v1.10 for the same // purpose with WaitInitContainer. // For compatibility, we need to check it when restoring backups created by // old releases. The pods backed up by old releases may contain this init container // since the init container is not deleted after pod is restored. WaitInitContainerLegacy = "restic-wait" )
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.