Skip to content

Commit 78a96b7

Browse files
committed
Update CRD and todo hack script for v0.23.0
1 parent 1f9f849 commit 78a96b7

File tree

4 files changed

+48
-92
lines changed

4 files changed

+48
-92
lines changed

build/crd/todos.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -84,38 +84,3 @@
8484
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/userInterface/properties/pgAdmin/properties/config/properties/ldapBindPassword/properties/name/description
8585
- op: remove
8686
path: /work
87-
- op: add
88-
path: /work
89-
value: TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
90-
- op: copy
91-
from: /work
92-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/instances/items/properties/containers/items/properties/lifecycle/properties/postStart/properties/tcpSocket/description
93-
- op: copy
94-
from: /work
95-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/instances/items/properties/containers/items/properties/lifecycle/properties/preStop/properties/tcpSocket/description
96-
- op: copy
97-
from: /work
98-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/instances/items/properties/containers/items/properties/livenessProbe/properties/tcpSocket/description
99-
- op: copy
100-
from: /work
101-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/instances/items/properties/containers/items/properties/readinessProbe/properties/tcpSocket/description
102-
- op: copy
103-
from: /work
104-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/instances/items/properties/containers/items/properties/startupProbe/properties/tcpSocket/description
105-
- op: copy
106-
from: /work
107-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/proxy/properties/pgBouncer/properties/containers/items/properties/lifecycle/properties/postStart/properties/tcpSocket/description
108-
- op: copy
109-
from: /work
110-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/proxy/properties/pgBouncer/properties/containers/items/properties/lifecycle/properties/preStop/properties/tcpSocket/description
111-
- op: copy
112-
from: /work
113-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/proxy/properties/pgBouncer/properties/containers/items/properties/livenessProbe/properties/tcpSocket/description
114-
- op: copy
115-
from: /work
116-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/proxy/properties/pgBouncer/properties/containers/items/properties/readinessProbe/properties/tcpSocket/description
117-
- op: copy
118-
from: /work
119-
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/proxy/properties/pgBouncer/properties/containers/items/properties/startupProbe/properties/tcpSocket/description
120-
- op: remove
121-
path: /work

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8193,8 +8193,11 @@ spec:
81938193
- port
81948194
type: object
81958195
tcpSocket:
8196-
description: TCPSocket specifies an action involving
8197-
a TCP port. TCP hooks not yet supported
8196+
description: Deprecated. TCPSocket is NOT supported
8197+
as a LifecycleHandler and kept for the backward
8198+
compatibility. There are no validation of this
8199+
field and lifecycle hooks will fail in runtime
8200+
when tcp handler is specified.
81988201
properties:
81998202
host:
82008203
description: 'Optional: Host name to connect
@@ -8293,8 +8296,11 @@ spec:
82938296
- port
82948297
type: object
82958298
tcpSocket:
8296-
description: TCPSocket specifies an action involving
8297-
a TCP port. TCP hooks not yet supported
8299+
description: Deprecated. TCPSocket is NOT supported
8300+
as a LifecycleHandler and kept for the backward
8301+
compatibility. There are no validation of this
8302+
field and lifecycle hooks will fail in runtime
8303+
when tcp handler is specified.
82988304
properties:
82998305
host:
83008306
description: 'Optional: Host name to connect
@@ -8427,7 +8433,7 @@ spec:
84278433
type: integer
84288434
tcpSocket:
84298435
description: TCPSocket specifies an action involving
8430-
a TCP port. TCP hooks not yet supported
8436+
a TCP port.
84318437
properties:
84328438
host:
84338439
description: 'Optional: Host name to connect to,
@@ -8637,7 +8643,7 @@ spec:
86378643
type: integer
86388644
tcpSocket:
86398645
description: TCPSocket specifies an action involving
8640-
a TCP port. TCP hooks not yet supported
8646+
a TCP port.
86418647
properties:
86428648
host:
86438649
description: 'Optional: Host name to connect to,
@@ -9008,7 +9014,7 @@ spec:
90089014
type: integer
90099015
tcpSocket:
90109016
description: TCPSocket specifies an action involving
9011-
a TCP port. TCP hooks not yet supported
9017+
a TCP port.
90129018
properties:
90139019
host:
90149020
description: 'Optional: Host name to connect to,
@@ -11670,8 +11676,11 @@ spec:
1167011676
- port
1167111677
type: object
1167211678
tcpSocket:
11673-
description: TCPSocket specifies an action involving
11674-
a TCP port. TCP hooks not yet supported
11679+
description: Deprecated. TCPSocket is NOT supported
11680+
as a LifecycleHandler and kept for the backward
11681+
compatibility. There are no validation of
11682+
this field and lifecycle hooks will fail in
11683+
runtime when tcp handler is specified.
1167511684
properties:
1167611685
host:
1167711686
description: 'Optional: Host name to connect
@@ -11771,8 +11780,11 @@ spec:
1177111780
- port
1177211781
type: object
1177311782
tcpSocket:
11774-
description: TCPSocket specifies an action involving
11775-
a TCP port. TCP hooks not yet supported
11783+
description: Deprecated. TCPSocket is NOT supported
11784+
as a LifecycleHandler and kept for the backward
11785+
compatibility. There are no validation of
11786+
this field and lifecycle hooks will fail in
11787+
runtime when tcp handler is specified.
1177611788
properties:
1177711789
host:
1177811790
description: 'Optional: Host name to connect
@@ -11906,7 +11918,7 @@ spec:
1190611918
type: integer
1190711919
tcpSocket:
1190811920
description: TCPSocket specifies an action involving
11909-
a TCP port. TCP hooks not yet supported
11921+
a TCP port.
1191011922
properties:
1191111923
host:
1191211924
description: 'Optional: Host name to connect
@@ -12118,7 +12130,7 @@ spec:
1211812130
type: integer
1211912131
tcpSocket:
1212012132
description: TCPSocket specifies an action involving
12121-
a TCP port. TCP hooks not yet supported
12133+
a TCP port.
1212212134
properties:
1212312135
host:
1212412136
description: 'Optional: Host name to connect
@@ -12496,7 +12508,7 @@ spec:
1249612508
type: integer
1249712509
tcpSocket:
1249812510
description: TCPSocket specifies an action involving
12499-
a TCP port. TCP hooks not yet supported
12511+
a TCP port.
1250012512
properties:
1250112513
host:
1250212514
description: 'Optional: Host name to connect

docs/content/references/crd.md

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)