Skip to main content
Version: 3.2

ApplicationBackupSchedule

ApplicationBackupSchedule represents a scheduled applicationbackup object.

ApplicationBackupSchedule

FieldDescriptionType
apiVersionAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
string
kindKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string
specApplicationBackupScheduleSpec is the spec used to schedule applicationbackupsobject
statusApplicationBackupScheduleStatus is the status of a applicationbackup scheduleobject

spec fields

FieldDescriptionType
spec.backupTypeBackupType is the type of backupstring
spec.parallelBackupParallelBackup is whether to backup the application in parallelboolean
spec.reclaimPolicyReclaimPolicy is the reclaim policy for the application backupstring
spec.schedulePolicyNameSchedulePolicyName is the name of the schedule policystring
spec.suspendSuspend will suspend the schedule upon creationboolean
spec.templateApplicationBackupTemplateSpec describes the data a ApplicationBackup should have when created
from a template
object
spec.template.specApplicationBackupSpec is the spec used to backup applicationsobject
spec.template.spec.backupLocationBackupLocation is the name of the backup storage location where the backup will be stored.string
spec.template.spec.backupObjectTypeBackupObjectType set to All for Namespace backup, VirtualMachine for VM specific Backupstring
spec.template.spec.backupTypeBackupType specifies the type of backup to be performedstring
spec.template.spec.csiSnapshotClassMapCSISnapshotClassMap is 1 to 1 Map of CSI Provisioner to its Corresponding VolumeSnapshotClass to be used for backupobject
spec.template.spec.directKDMPDirectKDMP indicates whether backups should use direct KDMP (Kubernetes Data Mover Plugin) for data movement.boolean
spec.template.spec.excludeResourceTypesExcludeResourceTypes lists resource types that should be explicitly excluded from the backup.array
spec.template.spec.includeResourcesIncludeResources specifies the list of individual resources to be explicitly included in the backup.array
spec.template.spec.keepCrStatusKeepCrStatus is false by default, if set true will keep the CR status of the resources in the backup.boolean
spec.template.spec.namespaceSelectorNamespaceSelector specifies a label selector to filter namespaces for the backup.string
spec.template.spec.namespacesNamespaces specifies the list of Kubernetes namespaces to be backed up.array
spec.template.spec.optionsOptions to be passed in to the driverobject
spec.template.spec.platformCredentialPlatformCredential specifies the credential to be used for authenticating with the underlying platform.string
spec.template.spec.postExecRulePostExecRule is the name of a rule to be executed after the backup completes.string
spec.template.spec.preExecRulePreExecRule is the name of a rule to be executed before the backup starts.string
spec.template.spec.rancherProjectsRancherProjects maps Kubernetes namespaces to their corresponding Rancher projects.object
spec.template.spec.reclaimPolicyReclaimPolicy determines the behavior of backup objects upon deletion.
Possible values include:
- Retain: Keeps the backup data even after the backup object is deleted.
- Delete: Deletes the backup data when the backup object is deleted.
string
spec.template.spec.resourceTypesResourceTypes defines the types of resources to be backed up (e.g., Pods, Services, PVCs).array
spec.template.spec.selectorsSelectors define label-based filters to determine which resources should be included in the backup.object
spec.template.spec.skipAutoExecRulesSkipAutoExecRules is false by default, if set true will skip auto exec rules for VM specific backup.
This field is unused for non VM specific Backup.
boolean
spec.template.spec.skipServiceUpdateSkipServiceUpdate specifies whether service updates should be skipped during the backup process.boolean