Skip to content

Commit 692fb07

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 7358795 commit 692fb07

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.5
66

77
require (
88
github.com/cloudnative-pg/barman-cloud v0.3.3
9-
github.com/cloudnative-pg/machinery v0.3.1
9+
github.com/cloudnative-pg/machinery v0.3.3
1010
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.2
1111
k8s.io/api v0.35.0
1212
k8s.io/apimachinery v0.35.0
@@ -19,13 +19,9 @@ require (
1919
github.com/json-iterator/go v1.1.12 // indirect
2020
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2121
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
22-
github.com/onsi/ginkgo/v2 v2.27.3 // indirect
23-
github.com/onsi/gomega v1.38.3 // indirect
24-
github.com/spf13/pflag v1.0.10 // indirect
2522
github.com/x448/float16 v0.8.4 // indirect
2623
go.yaml.in/yaml/v2 v2.4.3 // indirect
2724
golang.org/x/net v0.47.0 // indirect
28-
golang.org/x/sys v0.39.0 // indirect
2925
golang.org/x/text v0.31.0 // indirect
3026
gopkg.in/inf.v0 v0.9.1 // indirect
3127
k8s.io/klog/v2 v2.130.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1
22
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
33
github.com/cloudnative-pg/barman-cloud v0.3.3 h1:EEcjeV+IUivDpmyF/H/XGY1pGaKJ5LS5MYeB6wgGcak=
44
github.com/cloudnative-pg/barman-cloud v0.3.3/go.mod h1:5CM4MncAxAjnqxjDt0I5E/oVd7gsMLL0/o/wQ+vUSgs=
5-
github.com/cloudnative-pg/machinery v0.3.1 h1:KtPA6EwELTUNisCMLiFYkK83GU9606rkGQhDJGPB8Yw=
6-
github.com/cloudnative-pg/machinery v0.3.1/go.mod h1:jebuqKxZAbrRKDEEpVCIDMKW+FbWtB9Kf/hb2kMUu9o=
5+
github.com/cloudnative-pg/machinery v0.3.3 h1:CaqXqLTJH9RrVv3R/YU0NmFaI/F18HLg2JfH3mQLcDk=
6+
github.com/cloudnative-pg/machinery v0.3.3/go.mod h1:RYAYlVKBF5pH4mg+Q8wHjNDyENV9ajbkG41zOEf8DEs=
77
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

pkg/api/v1/cluster_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,8 @@ type RecoveryTarget struct {
20212021
// +optional
20222022
TargetLSN string `json:"targetLSN,omitempty"`
20232023

2024-
// The target time as a timestamp in the RFC3339 standard
2024+
// The target time as a timestamp in RFC3339 format or PostgreSQL timestamp format.
2025+
// Timestamps without an explicit timezone are interpreted as UTC.
20252026
// +optional
20262027
TargetTime string `json:"targetTime,omitempty"`
20272028

0 commit comments

Comments
 (0)