Skip to main content
Version: 3.2

ApplicationRestore

ApplicationRestore represents applicationrestore object.

ApplicationRestore

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
specApplicationRestoreSpec is the spec used to restore applicationsobject
statusApplicationRestoreStatus is the status of a application restore operationobject

spec fields

FieldDescriptionType
spec.backupLocationBackupLocation indicates the backup storage location where the backup is stored.string
spec.backupNameBackupName specifies the name of the backup from which the restore will be performed.string
spec.backupObjectTypeBackupObjectType specifies if its vm specific backup Object for restore.string
spec.includeOptionalResourceTypesIncludeOptionalResourceTypes lists additional resource types to be included in the restore process.array
spec.includeResourcesIncludeResources specifies the list of individual resources to be explicitly included in the restore.array
spec.keepCrStatusKeepCrStatus specifies if the CR status should be retained during restore.boolean
spec.namespaceMappingNamespaceMapping provides a mapping between source and destination namespaces.object
spec.rancherProjectMappingRancherProjectMapping maps Kubernetes namespaces to Rancher projects for restoration.object
spec.replacePolicyReplacePolicy defines the policy for replacing existing resources during the restore process.string
spec.storageClassMappingStorageClassMapping provides a mapping between source and target storage classes.object

status fields

FieldDescriptionType
status.stageApplicationRestoreStageType is the stage of the restorestring
status.statusApplicationRestoreStatusType is the status of the application restorestring