package
0.0.0-20240928232002-2583a758a6a6
Repository: https://github.com/pulp/pulp-operator.git
Documentation: pkg.go.dev

# README

Custom Resources

Sub Resources

PulpRestore

PulpRestore is the Schema for the pulprestores API

FieldDescriptionSchemeRequired
metadatametav1.ObjectMetafalse
specPulpRestoreSpecfalse
statusPulpRestoreStatusfalse

Back to Custom Resources

PulpRestoreList

PulpRestoreList contains a list of PulpRestore

FieldDescriptionSchemeRequired
metadatametav1.ListMetafalse
items[]PulpRestoretrue

Back to Custom Resources

PulpRestoreSpec

PulpRestoreSpec defines the desired state of PulpRestore

FieldDescriptionSchemeRequired
deployment_typeName of the deployment type. Can be one of {galaxy,pulp}.stringtrue
deployment_nameName of the deployment to be restored tostringtrue
backup_nameName of the backup custom resourcestringtrue
backup_pvcName of the PVC to be restored from, set as a status found on the backup object (backupClaim)stringtrue
backup_dirBackup directory name, set as a status found on the backup object (backupDirectory)stringtrue
keep_replicasKeepBackupReplicasCount 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.booltrue

Back to Custom Resources

PulpRestoreStatus

PulpRestoreStatus defines the observed state of PulpRestore

FieldDescriptionSchemeRequired
conditions[]metav1.Conditiontrue
postgres_secretstringtrue

Back to Custom Resources

# Constants

No description provided by the author

# Structs

No description provided by the author
RepoManagerRestoreReconciler reconciles a PulpRestore object.