File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/postgres-operator/crds
pkg/apis/acid.zalan.do/v1 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ spec:
128
128
type : string
129
129
timestamp :
130
130
type : string
131
- pattern : ' ^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(([Zz])|([ +-]([01][0-9]|2[0-3]):[0-5][0-9]))$'
131
+ pattern : ' ^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(([+-]([01][0-9]|2[0-3]):[0-5][0-9]))$'
132
132
# The regexp matches the date-time format (RFC 3339 Section 5.6) that specifies a timezone as an offset relative to UTC
133
133
# Example: 1996-12-19T16:39:57-08:00
134
134
# Note: this field requires a timezone
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ spec:
124
124
type : string
125
125
timestamp :
126
126
type : string
127
- pattern : ' ^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(([Zz])|([ +-]([01][0-9]|2[0-3]):[0-5][0-9]))$'
127
+ pattern : ' ^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(([+-]([01][0-9]|2[0-3]):[0-5][0-9]))$'
128
128
# The regexp matches the date-time format (RFC 3339 Section 5.6) that specifies a timezone as an offset relative to UTC
129
129
# Example: 1996-12-19T16:39:57-08:00
130
130
# Note: this field requires a timezone
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
202
202
"timestamp" : {
203
203
Type : "string" ,
204
204
Description : "Date-time format that specifies a timezone as an offset relative to UTC e.g. 1996-12-19T16:39:57-08:00" ,
205
- Pattern : "^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\\ .[0-9]+)?(([Zz])|([ +-]([01][0-9]|2[0-3]):[0-5][0-9]))$" ,
205
+ Pattern : "^([0-9]+)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\\ .[0-9]+)?(([+-]([01][0-9]|2[0-3]):[0-5][0-9]))$" ,
206
206
},
207
207
"uid" : {
208
208
Type : "string" ,
You can’t perform that action at this time.
0 commit comments