Pulp Restore
Custom Resources#
Sub Resources#
PulpRestore#
PulpRestore is the Schema for the pulprestores API
Field | Description | Scheme | Required |
---|---|---|---|
metadata | metav1.ObjectMeta | false | |
spec | PulpRestoreSpec | false | |
status | PulpRestoreStatus | false |
PulpRestoreList#
PulpRestoreList contains a list of PulpRestore
Field | Description | Scheme | Required |
---|---|---|---|
metadata | metav1.ListMeta | false | |
items | []PulpRestore | true |
PulpRestoreSpec#
PulpRestoreSpec defines the desired state of PulpRestore
Field | Description | Scheme | Required |
---|---|---|---|
deployment_type | Name of the deployment type. Can be one of {galaxy,pulp}. | string | true |
backup_source | backup source | string | true |
deployment_name | Name of the deployment to be restored to | string | true |
backup_name | Name of the backup custom resource | string | true |
backup_pvc | Name of the PVC to be restored from, set as a status found on the backup object (backupClaim) | string | true |
backup_pvc_namespace | Namespace the PVC is in | string | true |
backup_dir | Backup directory name, set as a status found on the backup object (backupDirectory) | string | true |
storage_type | Configuration for the storage type utilized in the backup | string | true |
postgres_label_selector | Label selector used to identify postgres pod for executing migration | string | true |
keep_replicas | KeepBackupReplicasCount allows to define if the restore controller should restore the components with the same number of replicas from backup or restore only a single replica each. | bool | true |
PulpRestoreStatus#
PulpRestoreStatus defines the observed state of PulpRestore
Field | Description | Scheme | Required |
---|---|---|---|
conditions | []metav1.Condition | true | |
postgres_secret | string | true |
Last update:
2023-03-24