Skip to content

Commit cafda85

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent db7a46e commit cafda85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/v1/backup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ type InstanceID struct {
314314
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase"
315315
// +kubebuilder:printcolumn:name="Error",type="string",JSONPath=".status.error"
316316

317-
// Backup is the Schema for the backups API
317+
// A Backup resource is a request for a PostgreSQL backup by the user.
318318
type Backup struct {
319319
metav1.TypeMeta `json:",inline"`
320320
metav1.ObjectMeta `json:"metadata"`

0 commit comments

Comments
 (0)