Skip to main content
Version: 3.2

ApplicationBackup

ApplicationBackup represents applicationbackup object.

ApplicationBackup

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
specApplicationBackupSpec is the spec used to backup applicationsobject
statusApplicationBackupStatus is the status of a application backup operationobject

spec fields

FieldDescriptionType
spec.backupLocationBackupLocation is the name of the backup storage location where the backup will be stored.string
spec.backupObjectTypeBackupObjectType set to All for Namespace backup, VirtualMachine for VM specific Backupstring
spec.backupTypeBackupType specifies the type of backup to be performedstring
spec.csiSnapshotClassMapCSISnapshotClassMap is 1 to 1 Map of CSI Provisioner to its Corresponding VolumeSnapshotClass to be used for backupobject
spec.directKDMPDirectKDMP indicates whether backups should use direct KDMP (Kubernetes Data Mover Plugin) for data movement.boolean
spec.excludeResourceTypesExcludeResourceTypes lists resource types that should be explicitly excluded from the backup.array
spec.includeResourcesIncludeResources specifies the list of individual resources to be explicitly included in the backup.array
spec.keepCrStatusKeepCrStatus is false by default, if set true will keep the CR status of the resources in the backup.boolean
spec.namespaceSelectorNamespaceSelector specifies a label selector to filter namespaces for the backup.string
spec.namespacesNamespaces specifies the list of Kubernetes namespaces to be backed up.array
spec.optionsOptions to be passed in to the driverobject
spec.platformCredentialPlatformCredential specifies the credential to be used for authenticating with the underlying platform.string
spec.postExecRulePostExecRule is the name of a rule to be executed after the backup completes.string
spec.preExecRulePreExecRule is the name of a rule to be executed before the backup starts.string
spec.rancherProjectsRancherProjects maps Kubernetes namespaces to their corresponding Rancher projects.object
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.resourceTypesResourceTypes defines the types of resources to be backed up (e.g., Pods, Services, PVCs).array
spec.selectorsSelectors define label-based filters to determine which resources should be included in the backup.object
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.skipServiceUpdateSkipServiceUpdate specifies whether service updates should be skipped during the backup process.boolean

status fields

FieldDescriptionType
status.stageApplicationBackupStageType is the stage of the backupstring
status.statusApplicationBackupStatusType is the status of the application backupstring