Most recently observed status of the backup. This data may not be up to
date. Populated by the system. Read-only.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
azureCredentials
object
The credentials to use to upload data to Azure Blob Storage
connectionString
object
The connection string to be used
key
string required
The key to select
name
string required
Name of the referent.
inheritFromAzureAD
boolean
Use the Azure AD based authentication without providing explicitly the keys.
storageAccount
object
The storage account where to upload data
key
string required
The key to select
name
string required
Name of the referent.
storageKey
object
The storage account key to be used in conjunction
with the storage account name
key
string required
The key to select
name
string required
Name of the referent.
storageSasToken
object
A shared-access-signature to be used in conjunction with
the storage account name
key
string required
The key to select
name
string required
Name of the referent.
useDefaultAzureCredentials
boolean
Use the default Azure authentication flow, which includes DefaultAzureCredential.
This allows authentication using environment variables and managed identities.
backupId
string
The ID of the Barman backup
backupLabelFile
string
Backup label file content as returned by Postgres in case of online (hot) backups
format: byte
backupName
string
The Name of the Barman backup
beginLSN
string
The starting xlog
beginWal
string
The starting WAL
commandError
string
The backup command output in case of error
commandOutput
string
Unused. Retained for compatibility with old versions.
destinationPath
string
The path where to store the backup (i.e. s3://bucket/path/to/folder)
this path, with different destination folders, will be used for WALs
and for data. This may not be populated in case of errors.
encryption
string
Encryption method required to S3 API
endLSN
string
The ending xlog
endWal
string
The ending WAL
endpointCA
object
EndpointCA store the CA bundle of the barman endpoint.
Useful when using self-signed certificates to avoid
errors with certificate issuer and barman-cloud-wal-archive.
key
string required
The key to select
name
string required
Name of the referent.
endpointURL
string
Endpoint to be used to upload data to the cloud,
overriding the automatic endpoint discovery
error
string
The detected error
googleCredentials
object
The credentials to use to upload data to Google Cloud Storage
applicationCredentials
object
The secret containing the Google Cloud Storage JSON file with the credentials
key
string required
The key to select
name
string required
Name of the referent.
gkeEnvironment
boolean
If set to true, will presume that it's running inside a GKE environment,
default to false.
instanceID
object
Information to identify the instance where the backup has been taken from
ContainerID
string
The container ID
podName
string
The pod name
sessionID
string
The instance manager session ID. This is a unique identifier generated at instance manager
startup and changes on every restart (including container reboots). Used to detect if
the instance manager was restarted during long-running operations like backups, which
would terminate any running backup process.
majorVersion
integer
The PostgreSQL major version that was running when the
backup was taken.
method
string
The backup method being used
online
boolean
Whether the backup was online/hot (`true`) or offline/cold (`false`)
phase
string
The last backup status
pluginMetadata
object
A map containing the plugin metadata
reconciliationStartedAt
string
When the backup process was started by the operator
format: date-time
reconciliationTerminatedAt
string
When the reconciliation was terminated by the operator (either successfully or not)
format: date-time
s3Credentials
object
The credentials to use to upload data to S3
accessKeyId
object
The reference to the access key id
key
string required
The key to select
name
string required
Name of the referent.
inheritFromIAMRole
boolean
Use the role based authentication without providing explicitly the keys.
region
object
The reference to the secret containing the region name
key
string required
The key to select
name
string required
Name of the referent.
secretAccessKey
object
The reference to the secret access key
key
string required
The key to select
name
string required
Name of the referent.
sessionToken
object
The references to the session key
key
string required
The key to select
name
string required
Name of the referent.
serverName
string
The server name on S3, the cluster name is used if this
parameter is omitted
snapshotBackupStatus
object
Status of the volumeSnapshot backup
elements
[]object
The elements list, populated with the gathered volume snapshots
name
string required
Name is the snapshot resource name
tablespaceName
string
TablespaceName is the name of the snapshotted tablespace. Only set
when type is PG_TABLESPACE
type
string required
Type is tho role of the snapshot in the cluster, such as PG_DATA, PG_WAL and PG_TABLESPACE
startedAt
string
When the backup execution was started by the backup tool
format: date-time
stoppedAt
string
When the backup execution was terminated by the backup tool
format: date-time
tablespaceMapFile
string
Tablespace map file content as returned by Postgres in case of online (hot) backups
format: byte