ApplicationRestore
ApplicationRestore represents applicationrestore object.
ApplicationRestore
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 | ApplicationRestoreSpec is the spec used to restore applications | object |
status | ApplicationRestoreStatus is the status of a application restore operation | object |
spec
fields
Field | Description | Type |
---|---|---|
spec.backupLocation | BackupLocation indicates the backup storage location where the backup is stored. | string |
spec.backupName | BackupName specifies the name of the backup from which the restore will be performed. | string |
spec.backupObjectType | BackupObjectType specifies if its vm specific backup Object for restore. | string |
spec.includeOptionalResourceTypes | IncludeOptionalResourceTypes lists additional resource types to be included in the restore process. | array |
spec.includeResources | IncludeResources specifies the list of individual resources to be explicitly included in the restore. | array |
spec.keepCrStatus | KeepCrStatus specifies if the CR status should be retained during restore. | boolean |
spec.namespaceMapping | NamespaceMapping provides a mapping between source and destination namespaces. | object |
spec.rancherProjectMapping | RancherProjectMapping maps Kubernetes namespaces to Rancher projects for restoration. | object |
spec.replacePolicy | ReplacePolicy defines the policy for replacing existing resources during the restore process. | string |
spec.storageClassMapping | StorageClassMapping provides a mapping between source and target storage classes. | object |
status
fields
Field | Description | Type |
---|---|---|
status.stage | ApplicationRestoreStageType is the stage of the restore | string |
status.status | ApplicationRestoreStatusType is the status of the application restore | string |