Backup Plan
Creates a new BackupPlan in a given location. Auto-naming is currently not supported for this resource.
Properties
Defines the configuration of Backups created via this BackupPlan.
Required. The client-provided short name for the BackupPlan resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of BackupPlans in this location
Defines a schedule for automatic Backup creation via this BackupPlan.
The timestamp when this BackupPlan resource was created.
This flag indicates whether this BackupPlan has been deactivated. Setting this field to True locks the BackupPlan such that no further updates will be allowed (except deletes), including the deactivated field itself. It also prevents any new Backups from being created via this BackupPlan (including scheduled Backups). Default: False
User specified descriptive string for this BackupPlan.
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a backup plan from overwriting each other. It is strongly suggested that systems make use of the 'etag' in the read-modify-write cycle to perform BackupPlan updates in order to avoid race conditions: An etag
is returned in the response to GetBackupPlan
, and systems are expected to put that etag in the request to UpdateBackupPlan
or DeleteBackupPlan
to ensure that their change will be applied to the same version of the resource.
The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
RetentionPolicy governs lifecycle of Backups created under this plan.
The timestamp when this BackupPlan resource was last updated.