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:
128128 type : string
129129 timestamp :
130130 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]))$'
132132 # The regexp matches the date-time format (RFC 3339 Section 5.6) that specifies a timezone as an offset relative to UTC
133133 # Example: 1996-12-19T16:39:57-08:00
134134 # Note: this field requires a timezone
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ spec:
124124 type : string
125125 timestamp :
126126 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]))$'
128128 # The regexp matches the date-time format (RFC 3339 Section 5.6) that specifies a timezone as an offset relative to UTC
129129 # Example: 1996-12-19T16:39:57-08:00
130130 # Note: this field requires a timezone
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ var PostgresCRDResourceValidation = apiextv1.CustomResourceValidation{
202202 "timestamp" : {
203203 Type : "string" ,
204204 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]))$" ,
206206 },
207207 "uid" : {
208208 Type : "string" ,
You can’t perform that action at this time.
0 commit comments