@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
3
3
kind : CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
- controller-gen.kubebuilder.io/version : v0.16.1
6
+ controller-gen.kubebuilder.io/version : v0.16.3
7
7
name : pgupgrades.postgres-operator.crunchydata.com
8
8
spec :
9
9
group : postgres-operator.crunchydata.com
@@ -1242,7 +1242,8 @@ spec:
1242
1242
More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
1243
1243
properties :
1244
1244
exec :
1245
- description : Exec specifies the action to take.
1245
+ description : Exec specifies a command to execute in
1246
+ the container.
1246
1247
properties :
1247
1248
command :
1248
1249
description : |-
@@ -1257,7 +1258,8 @@ spec:
1257
1258
x-kubernetes-list-type : atomic
1258
1259
type : object
1259
1260
httpGet :
1260
- description : HTTPGet specifies the http request to perform.
1261
+ description : HTTPGet specifies an HTTP GET request to
1262
+ perform.
1261
1263
properties :
1262
1264
host :
1263
1265
description : |-
@@ -1306,8 +1308,8 @@ spec:
1306
1308
- port
1307
1309
type : object
1308
1310
sleep :
1309
- description : Sleep represents the duration that the
1310
- container should sleep before being terminated .
1311
+ description : Sleep represents a duration that the container
1312
+ should sleep.
1311
1313
properties :
1312
1314
seconds :
1313
1315
description : Seconds is the number of seconds to
@@ -1320,8 +1322,8 @@ spec:
1320
1322
tcpSocket :
1321
1323
description : |-
1322
1324
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept
1323
- for the backward compatibility. There are no validation of this field and
1324
- lifecycle hooks will fail in runtime when tcp handler is specified.
1325
+ for backward compatibility. There is no validation of this field and
1326
+ lifecycle hooks will fail at runtime when it is specified.
1325
1327
properties :
1326
1328
host :
1327
1329
description : ' Optional: Host name to connect to,
@@ -1353,7 +1355,8 @@ spec:
1353
1355
More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
1354
1356
properties :
1355
1357
exec :
1356
- description : Exec specifies the action to take.
1358
+ description : Exec specifies a command to execute in
1359
+ the container.
1357
1360
properties :
1358
1361
command :
1359
1362
description : |-
@@ -1368,7 +1371,8 @@ spec:
1368
1371
x-kubernetes-list-type : atomic
1369
1372
type : object
1370
1373
httpGet :
1371
- description : HTTPGet specifies the http request to perform.
1374
+ description : HTTPGet specifies an HTTP GET request to
1375
+ perform.
1372
1376
properties :
1373
1377
host :
1374
1378
description : |-
@@ -1417,8 +1421,8 @@ spec:
1417
1421
- port
1418
1422
type : object
1419
1423
sleep :
1420
- description : Sleep represents the duration that the
1421
- container should sleep before being terminated .
1424
+ description : Sleep represents a duration that the container
1425
+ should sleep.
1422
1426
properties :
1423
1427
seconds :
1424
1428
description : Seconds is the number of seconds to
@@ -1431,8 +1435,8 @@ spec:
1431
1435
tcpSocket :
1432
1436
description : |-
1433
1437
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept
1434
- for the backward compatibility. There are no validation of this field and
1435
- lifecycle hooks will fail in runtime when tcp handler is specified.
1438
+ for backward compatibility. There is no validation of this field and
1439
+ lifecycle hooks will fail at runtime when it is specified.
1436
1440
properties :
1437
1441
host :
1438
1442
description : ' Optional: Host name to connect to,
@@ -1460,7 +1464,8 @@ spec:
1460
1464
More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
1461
1465
properties :
1462
1466
exec :
1463
- description : Exec specifies the action to take.
1467
+ description : Exec specifies a command to execute in the
1468
+ container.
1464
1469
properties :
1465
1470
command :
1466
1471
description : |-
@@ -1481,7 +1486,7 @@ spec:
1481
1486
format : int32
1482
1487
type : integer
1483
1488
grpc :
1484
- description : GRPC specifies an action involving a GRPC port .
1489
+ description : GRPC specifies a GRPC HealthCheckRequest .
1485
1490
properties :
1486
1491
port :
1487
1492
description : Port number of the gRPC service. Number
@@ -1500,7 +1505,7 @@ spec:
1500
1505
- port
1501
1506
type : object
1502
1507
httpGet :
1503
- description : HTTPGet specifies the http request to perform.
1508
+ description : HTTPGet specifies an HTTP GET request to perform.
1504
1509
properties :
1505
1510
host :
1506
1511
description : |-
@@ -1567,8 +1572,7 @@ spec:
1567
1572
format : int32
1568
1573
type : integer
1569
1574
tcpSocket :
1570
- description : TCPSocket specifies an action involving a TCP
1571
- port.
1575
+ description : TCPSocket specifies a connection to a TCP port.
1572
1576
properties :
1573
1577
host :
1574
1578
description : ' Optional: Host name to connect to, defaults
@@ -1672,7 +1676,8 @@ spec:
1672
1676
More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
1673
1677
properties :
1674
1678
exec :
1675
- description : Exec specifies the action to take.
1679
+ description : Exec specifies a command to execute in the
1680
+ container.
1676
1681
properties :
1677
1682
command :
1678
1683
description : |-
@@ -1693,7 +1698,7 @@ spec:
1693
1698
format : int32
1694
1699
type : integer
1695
1700
grpc :
1696
- description : GRPC specifies an action involving a GRPC port .
1701
+ description : GRPC specifies a GRPC HealthCheckRequest .
1697
1702
properties :
1698
1703
port :
1699
1704
description : Port number of the gRPC service. Number
@@ -1712,7 +1717,7 @@ spec:
1712
1717
- port
1713
1718
type : object
1714
1719
httpGet :
1715
- description : HTTPGet specifies the http request to perform.
1720
+ description : HTTPGet specifies an HTTP GET request to perform.
1716
1721
properties :
1717
1722
host :
1718
1723
description : |-
@@ -1779,8 +1784,7 @@ spec:
1779
1784
format : int32
1780
1785
type : integer
1781
1786
tcpSocket :
1782
- description : TCPSocket specifies an action involving a TCP
1783
- port.
1787
+ description : TCPSocket specifies a connection to a TCP port.
1784
1788
properties :
1785
1789
host :
1786
1790
description : ' Optional: Host name to connect to, defaults
@@ -2128,7 +2132,8 @@ spec:
2128
2132
More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
2129
2133
properties :
2130
2134
exec :
2131
- description : Exec specifies the action to take.
2135
+ description : Exec specifies a command to execute in the
2136
+ container.
2132
2137
properties :
2133
2138
command :
2134
2139
description : |-
@@ -2149,7 +2154,7 @@ spec:
2149
2154
format : int32
2150
2155
type : integer
2151
2156
grpc :
2152
- description : GRPC specifies an action involving a GRPC port .
2157
+ description : GRPC specifies a GRPC HealthCheckRequest .
2153
2158
properties :
2154
2159
port :
2155
2160
description : Port number of the gRPC service. Number
@@ -2168,7 +2173,7 @@ spec:
2168
2173
- port
2169
2174
type : object
2170
2175
httpGet :
2171
- description : HTTPGet specifies the http request to perform.
2176
+ description : HTTPGet specifies an HTTP GET request to perform.
2172
2177
properties :
2173
2178
host :
2174
2179
description : |-
@@ -2235,8 +2240,7 @@ spec:
2235
2240
format : int32
2236
2241
type : integer
2237
2242
tcpSocket :
2238
- description : TCPSocket specifies an action involving a TCP
2239
- port.
2243
+ description : TCPSocket specifies a connection to a TCP port.
2240
2244
properties :
2241
2245
host :
2242
2246
description : ' Optional: Host name to connect to, defaults
0 commit comments