ApplicationBackup
ApplicationBackup represents applicationbackup object.
ApplicationBackup
Field | Description | Type |
---|---|---|
apiVersion | APIVersion 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 |
kind | Kind 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 |
spec | ApplicationBackupSpec is the spec used to backup applications | object |
status | ApplicationBackupStatus is the status of a application backup operation | object |
spec
fields
Field | Description | Type |
---|---|---|
spec.backupLocation | BackupLocation is the name of the backup storage location where the backup will be stored. | string |
spec.backupObjectType | BackupObjectType set to All for Namespace backup, VirtualMachine for VM specific Backup | string |
spec.backupType | BackupType specifies the type of backup to be performed | string |
spec.csiSnapshotClassMap | CSISnapshotClassMap is 1 to 1 Map of CSI Provisioner to its Corresponding VolumeSnapshotClass to be used for backup | object |
spec.directKDMP | DirectKDMP indicates whether backups should use direct KDMP (Kubernetes Data Mover Plugin) for data movement. | boolean |
spec.excludeResourceTypes | ExcludeResourceTypes lists resource types that should be explicitly excluded from the backup. | array |
spec.includeResources | IncludeResources specifies the list of individual resources to be explicitly included in the backup. | array |
spec.keepCrStatus | KeepCrStatus is false by default, if set true will keep the CR status of the resources in the backup. | boolean |
spec.namespaceSelector | NamespaceSelector specifies a label selector to filter namespaces for the backup. | string |
spec.namespaces | Namespaces specifies the list of Kubernetes namespaces to be backed up. | array |
spec.options | Options to be passed in to the driver | object |
spec.platformCredential | PlatformCredential specifies the credential to be used for authenticating with the underlying platform. | string |
spec.postExecRule | PostExecRule is the name of a rule to be executed after the backup completes. | string |
spec.preExecRule | PreExecRule is the name of a rule to be executed before the backup starts. | string |
spec.rancherProjects | RancherProjects maps Kubernetes namespaces to their corresponding Rancher projects. | object |
spec.reclaimPolicy | ReclaimPolicy 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.resourceTypes | ResourceTypes defines the types of resources to be backed up (e.g., Pods, Services, PVCs). | array |
spec.selectors | Selectors define label-based filters to determine which resources should be included in the backup. | object |
spec.skipAutoExecRules | SkipAutoExecRules 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.skipServiceUpdate | SkipServiceUpdate specifies whether service updates should be skipped during the backup process. | boolean |
status
fields
Field | Description | Type |
---|---|---|
status.stage | ApplicationBackupStageType is the stage of the backup | string |
status.status | ApplicationBackupStatusType is the status of the application backup | string |