chore: Update manifests after change

This commit is contained in:
2026-04-01 21:26:05 +00:00
parent a2b6679893
commit f8d6020c65
22 changed files with 539 additions and 47 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.20.0
controller-gen.kubebuilder.io/version: v0.20.1
helm.sh/resource-policy: keep
name: backups.postgresql.cnpg.io
spec:
@@ -336,6 +336,14 @@ spec:
type: string
description: A map containing the plugin metadata
type: object
reconciliationStartedAt:
description: When the backup process was started by the operator
format: date-time
type: string
reconciliationTerminatedAt:
description: When the reconciliation was terminated by the operator (either successfully or not)
format: date-time
type: string
s3Credentials:
description: The credentials to use to upload data to S3
properties:
@@ -426,11 +434,11 @@ spec:
type: array
type: object
startedAt:
description: When the backup was started
description: When the backup execution was started by the backup tool
format: date-time
type: string
stoppedAt:
description: When the backup was terminated
description: When the backup execution was terminated by the backup tool
format: date-time
type: string
tablespaceMapFile: